/external/elfutils/backends/ |
H A D | aarch64_symbol.c | 71 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name); 82 sname = elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name);
|
H A D | ppc64_symbol.c | 102 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
|
H A D | ppc64_init.c | 94 const char *name = elf_strptr (elf, ehdr->e_shstrndx,
|
H A D | ppc_symbol.c | 142 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
|
/external/elfutils/tests/ |
H A D | strptr.c | 1 /* Test program for elf_strptr function. 78 const char *str = elf_strptr (elf, ndx, off); 83 str = elf_strptr (elf, ndx, off);
|
H A D | elfstrtab.c | 1 /* Test program for elf_strptr function. 58 const char *str = elf_strptr (elf, ndx, 0); 63 str = elf_strptr (elf, ndx, 1); 68 str = elf_strptr (elf, ndx, orig_str1_off); 73 str = elf_strptr (elf, ndx, orig_str2_off); 78 str = elf_strptr (elf, ndx, orig_str3_off); 89 const char *str = elf_strptr (elf, ndx, str1_off); 94 str = elf_strptr (elf, ndx, str2_off); 99 str = elf_strptr (elf, ndx, str3_off);
|
H A D | zstrptr.c | 1 /* Test program for elf_strptr function. 92 const char *str = elf_strptr (elf, ndx, off); 97 str = elf_strptr (elf, ndx, off);
|
H A D | dwelfgnucompressed.c | 77 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name);
|
H A D | scnnames.c | 79 name = elf_strptr (elf, strndx, (size_t) shdr.sh_name);
|
H A D | 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),
|
H A D | 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),
|
H A D | elfgetchdr.c | 93 const char *sname = elf_strptr (elf, shdrstrndx, shdr.sh_name);
|
H A D | elfgetzdata.c | 74 const char *name = elf_strptr (elf, strndx, shdr->sh_name);
|
H A D | 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), 283 elf_strptr (elf, shdr->sh_link,
|
H A D | 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),
|
H A D | dwflsyms.c | 95 return elf_strptr (elf, ehdr.e_shstrndx, shdr.sh_name); 195 const char *sname = elf_strptr (melf, ehdr.e_shstrndx,
|
H A D | elfputzdata.c | 79 const char *name = elf_strptr (elf, strndx, shdr->sh_name); 221 // everything keeps working. See elf_strptr above.
|
/external/elfutils/libebl/ |
H A D | eblsectionstripp.c | 56 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx,
|
/external/elfutils/libdwelf/ |
H A D | dwelf_elf_gnu_debuglink.c | 50 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name);
|
/external/elfutils/libelf/ |
H A D | elf_strptr.c | 56 elf_strptr (Elf *elf, size_t idx, size_t offset) function 226 INTDEF(elf_strptr)
|
H A D | elf32_checksum.c | 107 INTUSE(elf_strptr) (elf, shstrndx, shdr->sh_name),
|
H A D | nlist.c | 155 mem.str = INTUSE(elf_strptr) (elf, shdr->sh_link, sym->st_name);
|
/external/elfutils/src/ |
H A D | objdump.c | 378 elf_strptr (ebl->elf, symstrndx, sym->st_name)); 395 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name)); 461 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name); 512 elf_strptr (ebl->elf, shstrndx, destshdr->sh_name), 579 elf_strptr (ebl->elf, shstrndx, shdr->sh_name)); 721 elf_strptr (ebl->elf, shstrndx, shdr->sh_name));
|
H A D | findtextrel.c | 575 const char *lowstr = elf_strptr (elf, shdr->sh_link, 600 lowstr, elf_strptr (elf, shdr->sh_link, 612 elf_strptr (elf, shdr->sh_link, sym->st_name));
|
/external/elfutils/libdwfl/ |
H A D | relocate.c | 61 const char *name = elf_strptr (elf, *shstrndx, refshdr->sh_name); 229 const char *sname = elf_strptr (symtab->symelf, symtab->symshstrndx, 490 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name); 516 const char *sname = elf_strptr (relocated, shstrndx, shdr->sh_name);
|