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

/external/chromium_org/third_party/libvpx/include/
H A Delf.h101 #define DT_SONAME 14 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h87 #define DT_SONAME 14 macro
/external/elfutils/0.153/libdwfl/
H A Ddwfl_segment_report_module.c458 If it has DT_SONAME, we'll use that as the module name.
460 We need its DT_STRTAB and DT_STRSZ to decipher DT_SONAME,
478 case DT_SONAME:
532 /* We'll use the name passed in or a stupid default if not DT_SONAME. */
560 /* Try to get the DT_SONAME string. */
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h819 while (DI != DE && DI->getTag() != ELF::DT_SONAME)
832 while (DI != DE && DI->getTag() != ELF::DT_SONAME)
H A DELF.h827 // Find the DT_SONAME entry
829 if (Entry.getTag() == ELF::DT_SONAME) {
/external/qemu/include/
H A Delf.h149 #define DT_SONAME 14 macro
/external/llvm/include/llvm/Support/
H A DELF.h1671 DT_SONAME = 14, // String table offset of a shared objects name. enumerator in enum:llvm::ELF::__anon25604
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp897 case DT_SONAME:
/external/ltrace/
H A Dltrace-elf.c637 else if (dyn.d_tag == DT_SONAME)
/external/elfutils/0.153/libelf/
H A Delf.h672 #define DT_SONAME 14 /* Name of shared object */ macro
/external/elfutils/0.153/src/
H A Delflint.c1550 [DT_SONAME] = { [DT_STRTAB] = true },
1737 case DT_SONAME:
H A Dldgeneric.c2115 else if (dyn->d_tag == DT_SONAME)
2117 /* We use the DT_SONAME (this is what's there
H A Dreadelf.c1413 case DT_SONAME:
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c1692 case 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 1572 milliseconds