Home
last modified time | relevance | path

Searched refs:DT_SONAME (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/binutils/include/elf/
HDcommon.h563 #define DT_SONAME 14 macro
/NextBSD/usr.bin/elfdump/
HDelfdump.c192 case DT_SONAME: return "DT_SONAME"; in d_tags()
889 case DT_SONAME: in elf_print_dynamic()
/NextBSD/sys/sys/
HDelf_common.h539 #define DT_SONAME 14 /* String table offset of shared object macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h1032 DT_SONAME = 14, // String table offset of a shared objects name. enumerator
/NextBSD/contrib/llvm/include/llvm/Object/
HDELF.h858 if (Entry.getTag() == ELF::DT_SONAME) { in getLoadName()
HDELFObjectFile.h789 while (DI != DE && DI->getTag() != ELF::DT_SONAME) in getLoadName()
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c891 case DT_SONAME: return "SONAME"; in dt_type()
3209 if (dyn->d_tag == DT_NEEDED || dyn->d_tag == DT_SONAME || in dump_dyn_val()
3257 case DT_SONAME: in dump_dyn_val()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp1018 case DT_SONAME: in printValue()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h112 _ELF_DEFINE_DT(DT_SONAME, 14, "names the shared object") \
/NextBSD/contrib/binutils/binutils/
HDreadelf.c1527 case DT_SONAME: return "SONAME"; in get_dynamic_type()
6219 case DT_SONAME : in process_dynamic_section()
6249 case DT_SONAME: in process_dynamic_section()
/NextBSD/contrib/elftoolchain/elfdump/
HDelfdump.c1836 case DT_SONAME: in elf_print_dynamic()
/NextBSD/contrib/binutils/bfd/
HDelflink.c3156 case DT_SONAME: in elf_finalize_dynstr()
3483 if (dyn.d_tag == DT_SONAME) in elf_link_add_object_symbols()
5472 || !_bfd_elf_add_dynamic_entry (info, DT_SONAME, soname_indx)) in bfd_elf_size_dynamic_sections()
HDelf.c1254 case DT_SONAME: name = "SONAME"; stringp = TRUE; break; in _bfd_elf_print_private_bfd_data()
HDChangeLog-94955408 argument, and use it to set DT_SONAME dynamic entry.
/NextBSD/contrib/binutils/ld/emultempl/
HDelf32.em1320 section naming this file. If this file includes a DT_SONAME
/NextBSD/libexec/rtld-elf/
HDrtld.c1102 case DT_SONAME: in digest_dynamic1()
/NextBSD/contrib/binutils/ld/
HDld.texinfo576 When creating an ELF shared object, set the internal DT_SONAME field to
578 which has a DT_SONAME field, then when the executable is run the dynamic
579 linker will attempt to load the shared object specified by the DT_SONAME