Searched refs:DT_RELCOUNT (Results 1 - 12 of 12) sorted by relevance
/third_party/elfutils/tests/ |
H A D | alldts.c | 63 DT_RELCOUNT, DT_FLAGS_1, DT_VERDEF, DT_VERDEFNUM, in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1137 DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count. enumerator
|
/third_party/elfio/elfio/ |
H A D | elfio_dump.hpp | 521 { DT_RELCOUNT, "RELCOUNT" },
|
H A D | elf_types.hpp | 1044 constexpr Elf_Word DT_RELCOUNT = 0x6ffffffa; member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 808 #define DT_RELCOUNT 0x6ffffffa macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 799 #define DT_RELCOUNT 0x6ffffffa macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 799 #define DT_RELCOUNT 0x6ffffffa macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 799 #define DT_RELCOUNT 0x6ffffffa macro
|
/third_party/musl/include/ |
H A D | elf.h | 834 #define DT_RELCOUNT 0x6ffffffa macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 964 #define DT_RELCOUNT 0x6ffffffa macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1086 /* When a .rel.dyn section is used a DT_RELCOUNT dynamic section in is_rel_dyn() 1116 if (dyn->d_tag == DT_RELCOUNT) in is_rel_dyn() 1121 section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"), in is_rel_dyn() 1132 section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"), in is_rel_dyn() 1157 section [%2d] '%s': relative relocations after index %d as specified by DT_RELCOUNT\n"), in is_rel_dyn() 1163 section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT specified %d relative relocations\n"), in is_rel_dyn() 1185 section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"), in is_rel_dyn() 1210 section [%2d] '%s': relative relocations after index %d as specified by DT_RELCOUNT\n"), in is_rel_dyn() 1216 section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT specified %d relative relocations\n"), in is_rel_dyn()
|
H A D | readelf.c | 1962 case DT_RELCOUNT: in handle_dynamic()
|
Completed in 90 milliseconds