HomeSort by relevance Sort by last modified time
    Searched refs:sh_name (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/elfutils/backends/
aarch64_symbol.c 75 const char *sname = elf_strptr (elf, shstrndx, destshdr->sh_name);
86 sname = elf_strptr (elf, shstrndx, shdr->sh_name);
s390_symbol.c 74 const char *sname = elf_strptr (elf, shstrndx, destshdr->sh_name);
85 sname = elf_strptr (elf, shstrndx, shdr->sh_name);
ppc64_symbol.c 106 const char *sname = elf_strptr (elf, shstrndx, destshdr->sh_name);
riscv_symbol.c 100 const char *sname = elf_strptr (elf, shstrndx, destshdr->sh_name);
ppc64_init.c 99 opd_shdr->sh_name);
  /external/u-boot/tools/
mips-relocs.c 199 const char *shstrtab, *sh_name, *rel_pfx; local
296 sh_name = shstr(shdr_field(i, sh_name));
298 if (!strcmp(sh_name, ".rel")) {
303 if (!strcmp(sh_name, ".text")) {
326 sh_name = shstr(shdr_field(i, sh_name));
327 if (strncmp(sh_name, rel_pfx, strlen(rel_pfx))) {
328 if (strcmp(sh_name, ".rel") && strcmp(sh_name, ".rel.dyn")
    [all...]
  /external/elfutils/libebl/
eblsectionstripp.c 60 shdr_l->sh_name);
  /external/google-breakpad/src/common/linux/
elfutils-inl.h 62 const char* section_name = section_names + sections[i].sh_name;
  /external/elfutils/libdwelf/
dwelf_elf_gnu_debuglink.c 50 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name);
  /external/elfutils/libelf/
gelf_getshdr.c 70 COPY (sh_name);
gelf_update_shdr.c 76 COPY (sh_name);
elf32_checksum.c 107 INTUSE(elf_strptr) (elf, shstrndx, shdr->sh_name),
  /external/elfutils/tests/
addsections.c 142 size_t shstrtab_idx = shdr->sh_name;
143 shdr->sh_name = old_shstrtab_idx;
193 shdr->sh_name = extra_idx;
240 shdr->sh_name = shstrtab_idx;
dwelfgnucompressed.c 77 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name);
scnnames.c 79 name = elf_strptr (elf, strndx, (size_t) shdr.sh_name);
update4.c 296 elf32_getshdr (elf_getscn (elf, 1))->sh_name = dwelf_strent_off (firstse);
297 elf32_getshdr (elf_getscn (elf, 2))->sh_name = dwelf_strent_off (secondse);
298 elf32_getshdr (elf_getscn (elf, 3))->sh_name = dwelf_strent_off (thirdse);
299 elf32_getshdr (elf_getscn (elf, 4))->sh_name = dwelf_strent_off (fourthse);
300 shdr->sh_name = dwelf_strent_off (shstrtabse);
asm-tst1.c 177 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
181 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
asm-tst2.c 193 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
197 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
elfgetchdr.c 93 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name);
elfgetzdata.c 74 const char *name = elf_strptr (elf, strndx, shdr->sh_name);
  /external/perf_data_converter/src/quipper/
dso.cc 44 char *n = elf_strptr(elf, shstrndx, shdr.sh_name);
46 LOG(ERROR) << "Couldn't get string: " << shdr.sh_name << " " << shstrndx;
dso_test_utils.cc 114 section_header.sh_name = string_table.Add(section_name);
140 section_header.sh_name = string_table.Add(".shstrtab");
  /external/swiftshader/third_party/LLVM/test/Scripts/
elf-dump 56 self.sh_name = f.read32()
68 print " (('sh_name', %s)" % common_dump.HexDump(self.sh_name), "# %r" % shstrtab[self.sh_name[0]]
200 if shstrtab[section.sh_name[0]] == ".strtab":
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
ReadElf.java 297 long sh_name = readWord(); local
319 long sh_name = readWord(); local
327 final String symTabName = readShStrTabEntry(sh_name);
336 final String strTabName = readShStrTabEntry(sh_name);
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
ReadElf.java 297 long sh_name = readWord(); local
319 long sh_name = readWord(); local
327 final String symTabName = readShStrTabEntry(sh_name);
336 final String strTabName = readShStrTabEntry(sh_name);

Completed in 259 milliseconds

1 2 3 4 5