Searched refs:DT_VERNEED (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/dtrace-147/sys/
H A Dlink.h219 #define DT_VERNEED 0x6ffffffe /* version needed table and */ macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dcommon.h605 #define DT_VERNEED 0x6ffffffe macro
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h1217 DT_VERNEED = 0X6FFFFFFE, // The address of the version Dependency table. enumerator in enum:llvm::ELF::__anon9815
1218 DT_VERNEEDNUM = 0X6FFFFFFF // The number of entries in DT_VERNEED.
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c1577 case DT_VERNEED: return "VERNEED";
6714 && version_info[DT_VERSIONTAGIDX (DT_VERNEED)])
6720 (file, version_info[DT_VERSIONTAGIDX (DT_VERNEED)],
7236 if (version_info[DT_VERSIONTAGIDX (DT_VERNEED)]
7245 (file, version_info[DT_VERSIONTAGIDX (DT_VERNEED)],
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delflink.c5946 if (!_bfd_elf_add_dynamic_entry (info, DT_VERNEED, 0)
9884 case DT_VERNEED:
H A Delf.c1263 case DT_VERNEED: name = "VERNEED"; break;
H A Delf32-arm.c9399 case DT_VERNEED:

Completed in 235 milliseconds