/external/elfutils/libelf/ |
elf_getshstrndx.c | 32 elf_getshstrndx (elf, dst) function 168 INTDEF(elf_getshstrndx)
|
elf32_checksum.c | 59 if (INTUSE(elf_getshstrndx) (elf, &shstrndx) < 0)
|
Makefile.am | 80 elf_getshnum.c elf_getshstrndx.c \
|
libelf.h | 222 extern int elf_getshstrndx (Elf *__elf, size_t *__dst);
|
Makefile | 117 elf_getshstrndx.$(OBJEXT) gelf_checksum.$(OBJEXT) \ 301 elf_getshnum.c elf_getshstrndx.c \ 443 include ./$(DEPDIR)/elf_getshstrndx.Po
|
/build/tools/soslim/ |
main.c | 255 FAILIF_LIBELF(elf_getshstrndx(elf, &shstrndx) < 0, 256 elf_getshstrndx); local
|
soslim.c | 94 FAILIF_LIBELF(elf_getshstrndx(elf, &shstrndx) < 0, elf_getshstrndx); local
|
/external/elfutils/src/ |
readelf.c | 689 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) 832 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) 945 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) 1129 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) [all...] |
size.c | 427 if (elf_getshstrndx (elf, &shstrndx) < 0) 502 if (elf_getshstrndx (elf, &shstrndx) < 0)
|
nm.c | 740 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) 986 if (elf_getshstrndx (ebl->elf, &shstrndx) < 0) [all...] |
strip.c | 466 if (unlikely (elf_getshstrndx (elf, &shstrndx) < 0)) [all...] |
ldgeneric.c | [all...] |
/external/elfutils/ |
Android.mk | 57 libelf/elf_getshstrndx.c \
|
elfutils.spec | 261 - fix arguments to gelf_getsymshndx and elf_getshstrndx
|
/build/tools/lsd/ |
lsd.c | 165 FAILIF_LIBELF(elf_getshstrndx (source->elf, &source->shstrndx) < 0, 166 elf_getshstrndx);
|
/build/tools/apriori/ |
apriori.c | 449 changed (and calling elf_getshstrndx() returns the same section 683 FAILIF_LIBELF(elf_getshstrndx (source->oldelf, &source->shstrndx) < 0, 684 elf_getshstrndx); [all...] |