/external/elfutils/tests/ |
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);
|
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);
|
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);
|
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,
|
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);
|
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),
|
dwflsyms.c | 95 return elf_strptr (elf, ehdr.e_shstrndx, shdr.sh_name); 195 const char *sname = elf_strptr (melf, ehdr.e_shstrndx,
|
elfputzdata.c | 79 const char *name = elf_strptr (elf, strndx, shdr->sh_name); 221 // everything keeps working. See elf_strptr above.
|
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);
|
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),
|
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),
|
/external/elfutils/backends/ |
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);
|
ppc64_init.c | 94 const char *name = elf_strptr (elf, ehdr->e_shstrndx,
|
ppc64_symbol.c | 102 const char *sname = elf_strptr (elf, ehdr->e_shstrndx, destshdr->sh_name);
|
/external/elfutils/libelf/ |
libelf.map | 54 elf_strptr;
|
elf_strptr.c | 56 elf_strptr (Elf *elf, size_t idx, size_t offset) function 226 INTDEF(elf_strptr)
|
Android.mk | 82 elf_strptr.c \
|
ChangeLog | 5 * elf_strptr.c (elf_strptr): Move nested function 'get_zdata' 18 * elf_strptr.c (elf_strptr): If SHF_COMPRESSED check, uncompress and 285 * elf_strptr (elf_strptr): Make sure returned string is NUL 290 * elf_strptr.c (elf_strptr): Check data_list_rear == NULL instead 304 * elf_strptr.c (elf_strptr): Call __elf[32|64]_getshdr_rdlock i [all...] |
/external/elfutils/libebl/ |
eblsectionstripp.c | 56 const char *s_l = elf_strptr (ebl->elf, ehdr->e_shstrndx,
|
/external/elfutils/libdwelf/ |
dwelf_elf_gnu_debuglink.c | 50 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name);
|
/external/elfutils/src/ |
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));
|
readelf.c | 568 const char *sname = elf_strptr (elf, shstrndx, shdr->sh_name); [all...] |
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));
|