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

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h463 #define DT_NEEDED 1 /* Name of needed library (DT_STRTAB offset) */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp185 if (Dyn.d_tag == ELF::DT_NEEDED || Dyn.d_tag == ELF::DT_RPATH ||
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c183 case DT_NEEDED: return "DT_NEEDED";
928 case DT_NEEDED:
/freebsd-13-stable/sys/sys/
H A Delf_common.h572 #define DT_NEEDED 1 /* String table offset of a needed shared macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c162 case DT_NEEDED: return "DT_NEEDED";
1641 case DT_NEEDED:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1366 if (dyn.d_tag == DT_NEEDED) {
1369 fatal(toString(this) + ": invalid DT_NEEDED entry");
H A DSyntheticSections.cpp1293 addInt(DT_NEEDED, part.dynStrTab->addString(file->soName));
1300 addInt(DT_NEEDED, part.dynStrTab->addString(config->soName));
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c828 case DT_NEEDED: return "NEEDED";
2933 dyn->d_tag == DT_NEEDED || dyn->d_tag == DT_SONAME ||
2985 case DT_NEEDED:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h122 _ELF_DEFINE_DT(DT_NEEDED, 1, "names a needed library") \
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2609 case DT_NEEDED:
2617 {DT_NEEDED, "Shared library"}, {DT_SONAME, "Library soname"},
2704 if (Entry.d_tag == ELF::DT_NEEDED)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp940 // The only type of entries we are concerned with are tagged DT_NEEDED,
946 if (symbol.d_tag != DT_NEEDED)
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1219 case DT_NEEDED:
5310 * If there is DT_NEEDED for the name we are looking for,

Completed in 191 milliseconds