Searched refs:DT_SONAME (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/file/src/ |
H A D | readelf.h | 507 #define DT_SONAME 14 /* Shared object name (DT_STRTAB offset) */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 234 DynTab.Content.addValue(DT_SONAME, in ELFStubBuilder() 458 case DT_SONAME: in populateDynamic()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 234 Dyn.d_tag == ELF::DT_RUNPATH || Dyn.d_tag == ELF::DT_SONAME || in printDynamicSection()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 193 case DT_SONAME: return "DT_SONAME"; in d_tags() 931 case DT_SONAME: in elf_print_dynamic()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 605 #define DT_SONAME 14 /* String table offset of shared object macro
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 175 case DT_SONAME: return "DT_SONAME"; in d_tags() 1642 case DT_SONAME: in elf_print_dynamic()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 848 case DT_SONAME: return "SONAME"; in dt_type() 2964 dyn->d_tag == DT_NEEDED || dyn->d_tag == DT_SONAME || in dump_dyn_val() 3019 case DT_SONAME: in dump_dyn_val()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | InputFiles.cpp | 1502 } else if (dyn.d_tag == DT_SONAME) { in parse()
|
H A D | SyntheticSections.cpp | 1343 addInt(DT_SONAME, part.dynStrTab->addString(config->soName)); in computeContents() 1347 addInt(DT_SONAME, part.dynStrTab->addString(part.name)); in computeContents()
|
H A D | Options.td | 437 defm soname: Eq<"soname", "Set DT_SONAME">;
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 144 _ELF_DEFINE_DT(DT_SONAME, 14, "names the shared object") \
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 2075 case ELF::DT_SONAME: in parseDynamicTable() 2482 case DT_SONAME: in getDynamicEntry() 2489 {DT_NEEDED, "Shared library"}, {DT_SONAME, "Library soname"}, in getDynamicEntry() 7458 case DT_SONAME: in printAuxillaryDynamicTableEntryInfo()
|
/freebsd/libexec/rtld-elf/ |
H A D | rtld.c | 1474 case DT_SONAME: in digest_dynamic1()
|