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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h126 #define DT_RELCOUNT 0x6ffffffa macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h107 #define DT_RELCOUNT 0x6ffffffa macro
/external/qemu/include/
H A Delf.h183 #define DT_RELCOUNT 0x6ffffffa macro
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc778 // DT_RELCOUNT or DT_RELACOUNT hold the count of relative relocations.
782 if (tag == DT_RELCOUNT || tag == DT_RELACOUNT) {
/external/llvm/include/llvm/Support/
H A DELF.h1701 DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count. enumerator in enum:llvm::ELF::__anon25604
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp874 case DT_RELCOUNT:
/external/elfutils/0.153/libelf/
H A Delf.h745 #define DT_RELCOUNT 0x6ffffffa macro
/external/elfutils/0.153/
H A Delfutils.spec406 - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
/external/elfutils/0.153/src/
H A Delflint.c1035 /* When a .rel.dyn section is used a DT_RELCOUNT dynamic section
1056 if (dyn->d_tag == DT_RELCOUNT)
1061 section [%2d] '%s': DT_RELCOUNT used for this RELA section\n"),
1070 section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"),
1095 section [%2d] '%s': relative relocations after index %d as specified by DT_RELCOUNT\n"),
1101 section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT specified %d relative relocations\n"),
1122 section [%2d] '%s': DT_RELCOUNT value %d too high for this section\n"),
1147 section [%2d] '%s': relative relocations after index %d as specified by DT_RELCOUNT\n"),
1153 section [%2d] '%s': non-relative relocation at index %zu; DT_RELCOUNT specified %d relative relocations\n"),
H A Dreadelf.c1450 case DT_RELCOUNT:

Completed in 211 milliseconds