Loader updates for code object v3
- Fix loading in some cases
- Fix symbol kind
Change-Id: I721b4a35972b6d2a6d0ac733ab770b096cc74e17
[ROCm/ROCR-Runtime commit: c1ad82a6b7]
This commit is contained in:
@@ -703,7 +703,8 @@ namespace amd {
|
||||
|
||||
uint16_t Machine() override { return ehdr.e_machine; }
|
||||
uint16_t Type() override { return ehdr.e_type; }
|
||||
uint32_t EFlags() override{ return ehdr.e_flags; }
|
||||
uint32_t EFlags() override { return ehdr.e_flags; }
|
||||
uint32_t ABIVersion() override { return (uint32_t)(ehdr.e_ident[EI_ABIVERSION]); }
|
||||
|
||||
GElfStringTable* shstrtab() override;
|
||||
GElfStringTable* strtab() override;
|
||||
|
||||
Reference in New Issue
Block a user