Searched refs:DT_SONAME (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h476 #define DT_SONAME 14 /* Shared object name (DT_STRTAB offset) */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp186 Dyn.d_tag == ELF::DT_RUNPATH || Dyn.d_tag == ELF::DT_SONAME ||
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c196 case DT_SONAME: return "DT_SONAME";
929 case DT_SONAME:
/freebsd-13-stable/sys/sys/
H A Delf_common.h586 #define DT_SONAME 14 /* String table offset of shared object macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c175 case DT_SONAME: return "DT_SONAME";
1642 case DT_SONAME:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1364 // Search for a DT_SONAME tag to initialize this->soName.
1371 } else if (dyn.d_tag == DT_SONAME) {
1374 fatal(toString(this) + ": invalid DT_SONAME entry");
H A DSyntheticSections.cpp1297 addInt(DT_SONAME, part.dynStrTab->addString(config->soName));
1301 addInt(DT_SONAME, part.dynStrTab->addString(part.name));
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c841 case DT_SONAME: return "SONAME";
2933 dyn->d_tag == DT_NEEDED || dyn->d_tag == DT_SONAME ||
2988 case DT_SONAME:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h144 _ELF_DEFINE_DT(DT_SONAME, 14, "names the shared object") \
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2182 case ELF::DT_SONAME:
2610 case DT_SONAME:
2617 {DT_NEEDED, "Shared library"}, {DT_SONAME, "Library soname"},
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1278 case DT_SONAME:
2640 * If DT_SONAME is present in the object, digest_dynamic2 already

Completed in 273 milliseconds