HomeSort by: relevance | last modified time | path
    Searched refs:DT_VERNEEDNUM (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/sys/
link.d 138 enum DT_VERNEEDNUM = 0x6fffffff;
  /src/external/bsd/file/dist/src/
readelf.h 506 #define DT_VERNEEDNUM 0x6fffffff /* Number of versions needed by file */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf_common.d 528 enum DT_VERNEEDNUM = 0x6fffffff;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf_common.d 528 enum DT_VERNEEDNUM = 0x6fffffff;
  /src/libexec/ld.elf_so/
headers.c 162 case DT_VERNEEDNUM:
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf_common.d 370 enum DT_VERNEEDNUM = 0x6fffffff;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf_common.d 375 enum DT_VERNEEDNUM = 0x6fffffff;
  /src/sys/arch/epoc32/stand/e32boot/include/
elf.h 714 #define DT_VERNEEDNUM 0x6fffffff /* Number of versions needed by file */
  /src/sys/sys/
exec_elf.h 804 #define DT_VERNEEDNUM 0x6fffffff /* Number of versions needed by file */
  /src/tools/arm-elf2aout/sys/
exec_elf.h 716 #define DT_VERNEEDNUM 0x6fffffff /* Number of versions needed by file */
  /src/tools/m68k-elf2aout/sys/
exec_elf.h 716 #define DT_VERNEEDNUM 0x6fffffff /* Number of versions needed by file */
  /src/external/gpl3/binutils/dist/include/elf/
common.h 1280 #define DT_VERNEEDNUM 0x6fffffff
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 1261 #define DT_VERNEEDNUM 0x6fffffff
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
elf.d 648 enum DT_VERNEEDNUM = 0x6fffffff;
651 return DT_VERNEEDNUM - tag;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 462 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */
3370 case DT_VERNEEDNUM: return "VERNEEDNUM";
13531 case DT_VERNEEDNUM:
13624 if ((entry->d_tag >= DT_VERSYM) && (entry->d_tag <= DT_VERNEEDNUM))
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 445 #define DT_VERSIONTAGIDX(tag) (DT_VERNEEDNUM - (tag)) /* Reverse order! */
2986 case DT_VERNEEDNUM: return "VERNEEDNUM";
13023 case DT_VERNEEDNUM:
13116 if ((entry->d_tag >= DT_VERSYM) && (entry->d_tag <= DT_VERNEEDNUM))
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 2267 case DT_VERNEEDNUM:
  /src/external/gpl3/binutils/dist/bfd/
elf.c 1689 case DT_VERNEEDNUM: name = "VERNEEDNUM"; break;
elflink.c 7820 || !_bfd_elf_add_dynamic_entry (info, DT_VERNEEDNUM, crefs))
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 1625 case DT_VERNEEDNUM: name = "VERNEEDNUM"; break;
elflink.c 7777 || !_bfd_elf_add_dynamic_entry (info, DT_VERNEEDNUM, crefs))

Completed in 139 milliseconds