Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/elf/
HDcommon.h563 #define DT_SONAME 14 macro
/trueos/sys/xen/interface/
HDelfstructs.h432 #define DT_SONAME 14 /* string table offset of shared obj */ macro
/trueos/sys/sys/
HDelf_common.h387 #define DT_SONAME 14 /* String table offset of shared object macro
/trueos/usr.bin/elfdump/
HDelfdump.c192 case DT_SONAME: return "DT_SONAME"; in d_tags()
885 case DT_SONAME: in elf_print_dynamic()
/trueos/contrib/llvm/include/llvm/Object/
HDELFObjectFile.h857 while (DI != DE && DI->getTag() != ELF::DT_SONAME) in getLoadName()
870 while (DI != DE && DI->getTag() != ELF::DT_SONAME) in begin_libraries_needed()
HDELF.h815 while (it != ie && it->getTag() != ELF::DT_SONAME) in getLoadName()
/trueos/contrib/llvm/include/llvm/Support/
HDELF.h1629 DT_SONAME = 14, // String table offset of a shared objects name. enumerator
/trueos/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp758 case DT_SONAME: in printValue()
/trueos/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()
/trueos/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.
/trueos/contrib/binutils/ld/emultempl/
HDelf32.em1320 section naming this file. If this file includes a DT_SONAME
/trueos/libexec/rtld-elf/
HDrtld.c1073 case DT_SONAME: in digest_dynamic1()
/trueos/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