Searched refs:DT_NEEDED (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/xen/interface/
H A Delfstructs.h419 #define DT_NEEDED 1 /* string table offset of needed lib */ macro
/freebsd-10-stable/contrib/binutils/include/elf/
H A Dcommon.h550 #define DT_NEEDED 1 macro
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp755 case DT_NEEDED:
812 if (DynI->d_tag == ELF::DT_NEEDED)
/freebsd-10-stable/usr.bin/elfdump/
H A Delfdump.c179 case DT_NEEDED: return "DT_NEEDED";
888 case DT_NEEDED:
/freebsd-10-stable/sys/sys/
H A Delf_common.h526 #define DT_NEEDED 1 /* String table offset of a needed shared macro
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h882 // Skip to the next DT_NEEDED entry.
885 while (DI != DE && DI->getTag() != ELF::DT_NEEDED);
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DELF.h1616 DT_NEEDED = 1, // String table offset of needed library. enumerator in enum:llvm::ELF::__anon2128
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp707 // The only type of entries we are concerned with are tagged DT_NEEDED,
714 if (symbol.d_tag != DT_NEEDED)
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c1517 case DT_NEEDED: return "NEEDED";
6214 case DT_NEEDED :
6245 case DT_NEEDED:
/freebsd-10-stable/contrib/binutils/bfd/
H A Delflink.c3027 /* Add a DT_NEEDED entry for this dynamic object if DO_IT is true,
3029 1 if a DT_NEEDED tag already exists, and 0 on success. */
3066 if (dyn.d_tag == DT_NEEDED
3080 if (!_bfd_elf_add_dynamic_entry (info, DT_NEEDED, strindex))
3163 case DT_NEEDED:
3459 --as-needed in effect, then we don't want to add a DT_NEEDED
3461 in by another lib's DT_NEEDED. When --no-add-needed is used
3462 on a dynamic lib, we don't want to add a DT_NEEDED entry for
3463 any dynamic library in DT_NEEDED tags in the dynamic lib at
3499 if (dyn.d_tag == DT_NEEDED)
[all...]
H A Delf.c1243 case DT_NEEDED: name = "NEEDED"; stringp = TRUE; break;
1667 tell the backend linker what file name to use for the DT_NEEDED
1698 /* Get the list of DT_NEEDED entries for a link. This is a hook for
1735 /* Get the list of DT_NEEDED entries from a BFD. This is a hook for
1783 if (dyn.d_tag == DT_NEEDED)
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c1030 case DT_NEEDED:
4771 * If there is DT_NEEDED for the name we are looking for,

Completed in 368 milliseconds