/external/elfutils/tests/ |
scnnames.c | 33 size_t strndx; local 70 strndx = ehdr.e_shstrndx; 79 name = elf_strptr (elf, strndx, (size_t) shdr.sh_name);
|
elfgetzdata.c | 65 size_t strndx; local 66 elf_getshdrstrndx (elf, &strndx); 74 const char *name = elf_strptr (elf, strndx, shdr->sh_name);
|
elfputzdata.c | 70 size_t strndx; local 71 elf_getshdrstrndx (elf, &strndx); 79 const char *name = elf_strptr (elf, strndx, shdr->sh_name); 222 if (! gnu && idx == strndx
|
/external/elfutils/src/ |
nm.c | 729 sym_name (Elf *elf, GElf_Word strndx, GElf_Word st_name, char buf[], size_t n) 731 const char *symstr = elf_strptr (elf, strndx, st_name); 742 show_symbols_sysv (Ebl *ebl, GElf_Word strndx, const char *fullname, 813 const char *symstr = sym_name (ebl->elf, strndx, syms[cnt].sym.st_name, 923 show_symbols_bsd (Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, 941 const char *symstr = sym_name (elf, strndx, syms[cnt].sym.st_name, 1055 show_symbols_posix (Elf *elf, const GElf_Ehdr *ehdr, GElf_Word strndx, 1073 const char *symstr = sym_name (elf, strndx, syms[cnt].sym.st_name, [all...] |
strings.c | 736 size_t strndx = 0; local 738 if (unlikely (elf_getshdrstrndx (elf, &strndx) < 0)) 741 sname = elf_strptr (elf, strndx, shdr->sh_name) ?: "<unknown>";
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-or1k.c | 1628 unsigned int strndx = elf_elfheader (abfd)->e_shstrndx; local [all...] |