HomeSort by relevance Sort by last modified time
    Searched refs:sh_name (Results 176 - 200 of 203) sorted by null

1 2 3 4 5 6 78 9

  /external/lldb/source/Plugins/ObjectFile/ELF/
ELFHeader.cpp 205 // Read sh_name and sh_type.
206 if (data.GetU32(offset, &sh_name, 2) == NULL)
ObjectFileELF.cpp 770 ConstString name(shstr_data.PeekCStr(I->sh_name));
    [all...]
  /external/qemu/include/hw/
elf_ops.h 32 bswap32s(&shdr->sh_name);
  /external/elfutils/0.153/libdwfl/
dwfl_module_getdwarf.c 245 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name);
322 && shdr->sh_name != 0)
325 shdr->sh_name);
  /external/qemu/tcg/
tcg.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
unwind.c 161 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name);
symbol-elf.c 91 return secstrs->d_buf + shdr->sh_name;
153 str = elf_strptr(elf, ep->e_shstrndx, shp->sh_name);
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 448 const char* sec_name = get_str_sec_str(pull_val(cur_section->sh_name));
  /external/elfutils/0.153/src/
elfcmp.c 264 sname1 = elf_strptr (elf1, ehdr1->e_shstrndx, shdr1->sh_name);
277 sname2 = elf_strptr (elf2, ehdr2->e_shstrndx, shdr2->sh_name);
strip.c 606 shdr_info[cnt].shdr.sh_name);
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 916 if (Section->sh_name >= dot_shstrtab_sec->sh_size)
918 return StringRef(getString(dot_shstrtab_sec, Section->sh_name));
    [all...]
  /external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py 164 self.sh_name = f.uint32()
307 if shstrtab[section.sh_name] == ".strtab":
    [all...]
  /external/qemu/include/
elf.h 1352 Elf32_Word sh_name; member in struct:elf32_shdr
1365 Elf64_Word sh_name; \/* Section name, index in string tbl *\/ member in struct:elf64_shdr
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
  /art/runtime/
elf_file.cc 268 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name);
277 const char* header_name = GetString(*shstrtab_section_header, section_header->sh_name);
    [all...]
elf.h 1205 Elf32_Word sh_name; \/\/ Section name (index into string table) member in struct:Elf32_Shdr
1219 Elf64_Word sh_name; member in struct:Elf64_Shdr
    [all...]
  /external/chromium_org/base/third_party/symbolize/
symbolize.cc 256 off_t name_offset = shstrtab.sh_offset + out->sh_name;
  /art/compiler/
elf_writer_quick.cc 705 builder->section_.sh_name = strtab->size();
710 << "to shstrtab at offset " << builder->section_.sh_name;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 1220 Elf32_Word sh_name; \/\/ Section name (index into string table) member in struct:llvm::ELF::Elf32_Shdr
1234 Elf64_Word sh_name; member in struct:llvm::ELF::Elf64_Shdr
    [all...]
  /external/ltrace/
ltrace-elf.c 193 shdr->sh_name);
592 name = elf_strptr(lte->elf, lte->ehdr.e_shstrndx, shdr.sh_name);
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 401 Word sh_name; member in struct:__anon23034::Elf32::Shdr
442 Word sh_name; member in struct:__anon23034::Elf64::Shdr
    [all...]
  /external/elfutils/0.153/libelf/
elf.h 275 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon4925
289 Elf64_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon4926
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 270 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon25602
284 Elf64_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon25603
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 270 Elf32_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon27338
284 Elf64_Word sh_name; /* Section name (string tbl index) */ member in struct:__anon27339
    [all...]
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 135 char *secname = &stringtab[sec_hdrs[i].sh_name];

Completed in 1224 milliseconds

1 2 3 4 5 6 78 9