HomeSort by relevance Sort by last modified time
    Searched defs:elf_getshnum (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libelf/
elf_getshnum.c 30 elf_getshnum (elf, dst) function
64 INTDEF(elf_getshnum)
  /build/tools/soslim/
soslim.c 97 FAILIF_LIBELF(elf_getshnum (elf, &shnum) < 0, elf_getshnum); local
main.c 267 FAILIF_LIBELF(elf_getshnum (elf, &shnum) < 0, elf_getshnum); local
  /external/elfcopy/
elfcopy.c 2233 FAILIF_LIBELF(elf_getshnum (elf, &shnum) < 0, elf_getshnum); local
    [all...]

Completed in 190 milliseconds