/external/elfutils/libelf/ |
elf_getshstrndx.c | 67 elf_getshstrndx (elf, dst) function 203 INTDEF(elf_getshstrndx)
|
elf32_checksum.c | 93 if (INTUSE(elf_getshstrndx) (elf, &shstrndx) < 0)
|
Android.mk | 74 elf_getshstrndx.c \
|
libelf.h | 290 extern int elf_getshstrndx (Elf *__elf, size_t *__dst);
|
Makefile.am | 94 elf_getshnum.c elf_getshstrndx.c \
|
/external/elfutils/libdwfl/ |
relocate.c | 73 && unlikely (elf_getshstrndx (elf, shstrndx) < 0)) 575 if (elf_getshstrndx (debugfile, &d_shstrndx) < 0) 619 if (elf_getshstrndx (relocated, &shstrndx) < 0)
|
derelocate.c | 97 if (unlikely (elf_getshstrndx (mod->main.elf, &shstrndx) < 0))
|
dwfl_module_getdwarf.c | 148 if (elf_getshstrndx (elf, &shstrndx) < 0)
|
/external/elfutils/src/ |
readelf.c | 832 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) 971 if (unlikely (elf_getshstrndx (ebl->elf, &shstrndx) < 0)) [all...] |
size.c | 416 if (unlikely (elf_getshstrndx (elf, &shstrndx) < 0)) 490 if (unlikely (elf_getshstrndx (elf, &shstrndx) < 0))
|
nm.c | 738 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) 1000 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) [all...] |
objdump.c | 796 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0)
|
unstrip.c | [all...] |
strip.c | 480 if (unlikely (elf_getshstrndx (elf, &shstrndx) < 0)) [all...] |
ldgeneric.c | [all...] |
/external/elfutils/ |
elfutils.spec | 497 - fix arguments to gelf_getsymshndx and elf_getshstrndx
|