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

/external/grub/stage2/
H A Di386-elf.h228 #define DT_SONAME 14 macro
/external/elfutils/libdwfl/
H A Ddwfl_segment_report_module.c453 If it has DT_SONAME, we'll use that as the module name.
454 We need its DT_STRTAB and DT_STRSZ to decipher DT_SONAME,
467 case DT_SONAME:
521 /* We'll use the name passed in or a stupid default if not DT_SONAME. */
534 /* Try to get the DT_SONAME string. */
/external/llvm/include/llvm/Support/
H A DELF.h1497 DT_SONAME = 14, // String table offset of a shared objects name. enumerator in enum:llvm::ELF::__anon21940
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp754 case DT_SONAME:
/external/qemu/
H A Delf.h143 #define DT_SONAME 14 macro
/external/elfutils/libelf/
H A Delf.h666 #define DT_SONAME 14 /* Name of shared object */ macro
/external/elfutils/src/
H A Delflint.c1512 [DT_SONAME] = { [DT_STRTAB] = true },
1712 case DT_SONAME:
H A Dreadelf.c1338 case DT_SONAME:
H A Dldgeneric.c2117 else if (dyn->d_tag == DT_SONAME)
2119 /* We use the DT_SONAME (this is what's there
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1642 case DT_SONAME: {
/external/llvm/include/llvm/Object/
H A DELF.h2659 // Find the DT_SONAME entry
2662 while (it != ie && it->getTag() != ELF::DT_SONAME)
/external/valgrind/main/perf/
H A Dtinycc.c641 #define DT_SONAME 14 /* Name of shared object */ macro
20266 if (dt->d_tag == DT_SONAME) {

Completed in 190 milliseconds