Searched refs:DT_RELAENT (Results 1 - 14 of 14) sorted by relevance
/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 168 case DT_RELAENT: in generic_get_entry_dyn() 220 case DT_RELAENT: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 481 { DT_RELAENT, "RELAENT" },
|
H A D | elf_types.hpp | 1002 constexpr Elf_Word DT_RELAENT = 9; member
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 49 DT_RELASZ, DT_RELAENT, DT_STRSZ, DT_SYMENT, in main()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 674 #define DT_RELAENT 9 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1098 DT_RELAENT = 9, // Size of a Rela relocation entry. enumerator
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1611 [DT_RELA] = { [DT_RELASZ] = true, [DT_RELAENT] = true }, in check_dynamic() 1613 [DT_RELAENT] = { [DT_RELA] = true }, in check_dynamic() 1869 if ((has_dt[DT_RELA] || has_dt[DT_RELASZ] || has_dt[DT_RELAENT]) in check_dynamic() 1870 && (!has_dt[DT_RELA] || !has_dt[DT_RELASZ] || !has_dt[DT_RELAENT])) in check_dynamic() 1874 "DT_RELA", "DT_RELASZ", "DT_RELAENT"); in check_dynamic()
|
H A D | readelf.c | 1944 case DT_RELAENT: in handle_dynamic()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 734 #define DT_RELAENT 9 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 728 #define DT_RELAENT 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 728 #define DT_RELAENT 9 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 728 #define DT_RELAENT 9 macro
|
/third_party/musl/include/ |
H A D | elf.h | 753 #define DT_RELAENT 9 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 882 #define DT_RELAENT 9 /* Size of one Rela reloc */ macro
|
Completed in 94 milliseconds