Searched refs:DT_NEEDED (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | readelf.h | 494 #define DT_NEEDED 1 /* Name of needed library (DT_STRTAB offset) */ macro
|
H A D | readelf.c | 1204 case DT_NEEDED: in dodynamic()
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 232 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 D | ELFDump.cpp | 233 if (Dyn.d_tag == ELF::DT_NEEDED || Dyn.d_tag == ELF::DT_RPATH || in printDynamicSection()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 180 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 D | DynamicTags.def | 244 DYNAMIC_TAG(USED, 0x7FFFFFFE) // Same as DT_NEEDED
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 591 #define DT_NEEDED 1 /* String table offset of a needed shared macro
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 162 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 D | Options.td | 131 "Only set DT_NEEDED for shared libraries if used", 132 "Always set DT_NEEDED for shared libraries (default)">;
|
H A D | InputFiles.cpp | 1497 if (dyn.d_tag == DT_NEEDED) { in parse()
|
H A D | SyntheticSections.cpp | 1339 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 D | readelf.c | 835 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 D | elfdefinitions.h | 122 _ELF_DEFINE_DT(DT_NEEDED, 1, "names a needed library") \
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2481 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 D | ObjectFileELF.cpp | 1018 if (symbol.d_tag != DT_NEEDED) in ParseDependentModules()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 1412 case DT_NEEDED: in digest_dynamic1()
|