Searched refs:DT_RELACOUNT (Results 1 - 11 of 11) sorted by relevance

/external/elfutils/0.153/libebl/
H A Debldynamictagcheck.c71 || (tag >= DT_RELACOUNT && tag <= DT_VERNEEDNUM)
H A Debldynamictagname.c110 else if (tag >= DT_RELACOUNT && tag <= DT_VERNEEDNUM)
118 res = suntags[tag - DT_RELACOUNT];
/external/chromium_org/third_party/libvpx/include/
H A Delf.h125 #define DT_RELACOUNT 0x6ffffff9 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h106 #define DT_RELACOUNT 0x6ffffff9 macro
/external/qemu/include/
H A Delf.h182 #define DT_RELACOUNT 0x6ffffff9 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.h1700 DT_RELACOUNT = 0x6FFFFFF9, // ELF32_Rela count. enumerator in enum:llvm::ELF::__anon25604
/external/elfutils/0.153/libelf/
H A Delf.h744 #define DT_RELACOUNT 0x6ffffff9 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.c1108 if (dyn->d_tag == DT_RELACOUNT)
1113 section [%2d] '%s': DT_RELACOUNT used for this REL section\n"),
H A Dreadelf.c1449 case DT_RELACOUNT:

Completed in 2502 milliseconds