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

12 3 4 5

  /external/elfutils/tests/
fillfile.c 94 shdr->sh_name = add_strtab_entry (scn, ".strtab");
155 shdr->sh_name = add_strtab_entry (strtab, sname);
307 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name);
379 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name);
alldts.c 216 elf32_getshdr (elf_getscn (elf, 1))->sh_name = dwelf_strent_off (dynscn);
217 shdr->sh_name = dwelf_strent_off (shstrtabse);
asm-tst3.c 193 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
197 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
asm-tst9.c 227 if (strcmp (elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
231 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
dwflsyms.c 94 return elf_strptr (elf, ehdr.e_shstrndx, shdr.sh_name);
195 shdr->sh_name);
emptyfile.c 175 shdr->sh_name = add_string (scn, ".strtab");
247 const char *sname = elf_strptr (elf, shstrndx, shdr->sh_name);
elfputzdata.c 79 const char *name = elf_strptr (elf, strndx, shdr->sh_name);
elfstrmerge.c 274 if (shdr->sh_name != 0 && scnnum != shdrstrndx)
276 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name);
456 newshdr.sh_name = (shdr->sh_name != 0
next_cfi.c 134 char *name = elf_strptr (elf, strndx, (size_t) shdr.sh_name);
sectiondump.c 103 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name),
update3.c 148 shdr->sh_name = dwelf_strent_off (shstrtabse);
  /external/swiftshader/third_party/subzero/src/
IceELFSection.h 72 void setNameStrIndex(Elf64_Word sh_name) { Header.sh_name = sh_name; }
317 Str.writeELFWord<IsELF64>(Header.sh_name);
  /external/elfutils/libasm/
asm_end.c 309 shdr->sh_name = dwelf_strent_off (shstrscn_strent);
368 shdr->sh_name = dwelf_strent_off (runp->strent);
390 shdr->sh_name = dwelf_strent_off (symscn_strent);
401 shdr->sh_name = dwelf_strent_off (strscn_strent);
413 shdr->sh_name = dwelf_strent_off (xndxscn_strent);
427 shdr->sh_name = dwelf_strent_off (asmscn->data.main.strent);
  /external/google-breakpad/src/common/linux/
synth_elf_unittest.cc 242 EXPECT_EQ(0U, shdr[0].sh_name);
253 EXPECT_EQ(1U, shdr[1].sh_name);
317 EXPECT_EQ(0U, shdr[0].sh_name);
328 EXPECT_EQ(1U, shdr[1].sh_name);
339 EXPECT_EQ(sizeof("\0.text"), shdr[2].sh_name);
350 EXPECT_EQ(sizeof("\0.text\0.bss"), shdr[3].sh_name);
  /external/elfutils/libelf/
elf32_getshdr.c 140 CONVERT_TO (shdr[cnt].sh_name, notcvt[cnt].sh_name);
189 CONVERT (shdr[cnt].sh_name);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf32.h 90 Elf32_Word sh_name; /* Section name (index into the member in struct:__anon5968
elf64.h 98 Elf64_Word sh_name; /* Section name (index into the member in struct:__anon5984
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf32.h 90 Elf32_Word sh_name; /* Section name (index into the member in struct:__anon6047
elf64.h 98 Elf64_Word sh_name; /* Section name (index into the member in struct:__anon6063
  /external/elfutils/backends/
ppc_symbol.c 159 const char *sname = elf_strptr (elf, shstrndx, destshdr->sh_name);
  /external/elfutils/src/
objdump.c 383 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name));
449 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name);
500 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name),
567 elf_strptr (ebl->elf, shstrndx, shdr->sh_name));
709 elf_strptr (ebl->elf, shstrndx, shdr->sh_name));
elfcompress.c 470 const char *sname = elf_strptr (elf, shdrstrndx, shdr->sh_name);
701 sname = elf_strptr (elf, shdrstrndx, shdr->sh_name);
898 name = elf_strptr (elf, shdrstrndx, shdr->sh_name);
1026 shdr->sh_name = dwelf_strent_off (scnstrents[shdrstrndx]);
1068 shstrtab_name = elf_strptr (elf, shdrstrndx, shdr->sh_name);
1141 shdr->sh_name = dwelf_strent_off (scnstrents[ndx]);
1209 symtab_name = elf_strptr (elf, shdrstrndx, shdr->sh_name);
    [all...]
size.c 411 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name);
439 maxlen, elf_strptr (elf, shstrndx, shdr->sh_name),
489 shdr->sh_size, elf_strptr (elf, shstrndx, shdr->sh_name));
  /external/google-breakpad/src/common/solaris/
file_id.cc 110 shdr.sh_name);
  /external/libunwind/src/ia64/
Gfind_unwind_table.c 80 if (strcmp (strtab + shdr->sh_name, ".opd") == 0

Completed in 1109 milliseconds

12 3 4 5