Home
last modified time | relevance | path

Searched refs:DT_RELCOUNT (Results 1 - 12 of 12) sorted by relevance

/third_party/elfutils/tests/
H A Dalldts.c63 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 DELF.h1137 DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count. enumerator
/third_party/elfio/elfio/
H A Delfio_dump.hpp521 { DT_RELCOUNT, "RELCOUNT" },
H A Delf_types.hpp1044 constexpr Elf_Word DT_RELCOUNT = 0x6ffffffa; member
/third_party/musl/porting/linux/user/include/
H A Delf.h808 #define DT_RELCOUNT 0x6ffffffa macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h799 #define DT_RELCOUNT 0x6ffffffa macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h799 #define DT_RELCOUNT 0x6ffffffa macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h799 #define DT_RELCOUNT 0x6ffffffa macro
/third_party/musl/include/
H A Delf.h834 #define DT_RELCOUNT 0x6ffffffa macro
/third_party/elfutils/libelf/
H A Delf.h964 #define DT_RELCOUNT 0x6ffffffa macro
/third_party/elfutils/src/
H A Delflint.c1086 /* 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 Dreadelf.c1962 case DT_RELCOUNT: in handle_dynamic()

Completed in 103 milliseconds