Home
last modified time | relevance | path

Searched refs:DT_NEEDED (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/file/src/
H A Dreadelf.h494 #define DT_NEEDED 1 /* Name of needed library (DT_STRTAB offset) */ macro
H A Dreadelf.c1204 case DT_NEEDED: in dodynamic()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp232 DynTab.Content.addValue(DT_NEEDED, DynStr.Content.getOffset(Lib)); in ELFStubBuilder()
469 case DT_NEEDED: in populateDynamic()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp233 if (Dyn.d_tag == ELF::DT_NEEDED || Dyn.d_tag == ELF::DT_RPATH || in printDynamicSection()
/freebsd/usr.bin/elfdump/
H A Delfdump.c180 case DT_NEEDED: return "DT_NEEDED"; in d_tags()
930 case DT_NEEDED: in elf_print_dynamic()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def244 DYNAMIC_TAG(USED, 0x7FFFFFFE) // Same as DT_NEEDED
/freebsd/sys/sys/
H A Delf_common.h591 #define DT_NEEDED 1 /* String table offset of a needed shared macro
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c162 case DT_NEEDED: return "DT_NEEDED"; in d_tags()
1641 case DT_NEEDED: in elf_print_dynamic()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td131 "Only set DT_NEEDED for shared libraries if used",
132 "Always set DT_NEEDED for shared libraries (default)">;
H A DInputFiles.cpp1497 if (dyn.d_tag == DT_NEEDED) { in parse()
H A DSyntheticSections.cpp1339 addInt(DT_NEEDED, part.dynStrTab->addString(file->soName)); in computeContents()
1346 addInt(DT_NEEDED, part.dynStrTab->addString(config->soName)); in computeContents()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c835 case DT_NEEDED: return "NEEDED"; in dt_type()
2964 dyn->d_tag == DT_NEEDED || dyn->d_tag == DT_SONAME || in dump_dyn_val()
3016 case DT_NEEDED: in dump_dyn_val()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h122 _ELF_DEFINE_DT(DT_NEEDED, 1, "names a needed library") \
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2481 case DT_NEEDED: in getDynamicEntry()
2489 {DT_NEEDED, "Shared library"}, {DT_SONAME, "Library soname"}, in getDynamicEntry()
2569 if (Entry.d_tag == ELF::DT_NEEDED) in printNeededLibraries()
7463 case DT_NEEDED: in printAuxillaryDynamicTableEntryInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1018 if (symbol.d_tag != DT_NEEDED) in ParseDependentModules()
/freebsd/libexec/rtld-elf/
H A Drtld.c1412 case DT_NEEDED: in digest_dynamic1()