Searched refs:DT_VERNEEDNUM (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/dtrace-147/sys/
H A Dlink.h220 #define DT_VERNEEDNUM 0x6fffffff /* associated no. of entries */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h606 #define DT_VERNEEDNUM 0x6fffffff macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h1218 DT_VERNEEDNUM = 0X6FFFFFFF // The number of entries in DT_VERNEED. enumerator in enum:llvm::ELF::__anon9815
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c290 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */
1578 case DT_VERNEEDNUM: return "VERNEEDNUM";
6294 case DT_VERNEEDNUM:
6359 if ((entry->d_tag >= DT_VERSYM) && (entry->d_tag <= DT_VERNEEDNUM))
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf.c1264 case DT_VERNEEDNUM: name = "VERNEEDNUM"; break;
H A Delflink.c5947 || !_bfd_elf_add_dynamic_entry (info, DT_VERNEEDNUM, crefs))

Completed in 256 milliseconds