HomeSort by relevance Sort by last modified time
    Searched refs:elf_getphdrnum (Results 1 - 13 of 13) sorted by null

  /external/elfutils/0.153/libelf/
elf_getphdrnum.c 96 elf_getphdrnum (elf, dst) function
Android.mk 70 elf_getphdrnum.c \
Makefile.am 82 elf_getphdrnum.c elf_getshdrnum.c elf_getshdrstrndx.c \
libelf.h 227 extern int elf_getphdrnum (Elf *__elf, size_t *__dst);
  /external/elfutils/0.153/libdwfl/
dwfl_module_build_id.c 112 || unlikely (elf_getphdrnum (elf, &phnum) != 0))
dwfl_report_elf.c 194 if (unlikely (elf_getphdrnum (elf, &phnum) != 0))
core-file.c 409 if (unlikely (elf_getphdrnum (elf, &phnum) != 0))
dwfl_module_getdwarf.c 135 if (unlikely (elf_getphdrnum (file->elf, &phnum) != 0))
405 if (unlikely (elf_getphdrnum (mod->main.elf, &main_phnum)))
656 if (unlikely (elf_getphdrnum (mod->main.elf, &phnum) != 0))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
feature-tests.mak 69 return elf_getphdrnum(0, &dst);
  /external/elfutils/0.153/libdw/
dwarf_getcfi_elf.c 212 if (unlikely (elf_getphdrnum (elf, &phnum) != 0))
  /external/elfutils/0.153/src/
elfcmp.c 234 if (unlikely (elf_getphdrnum (elf1, &phnum1) != 0))
237 if (unlikely (elf_getphdrnum (elf2, &phnum2) != 0))
readelf.c 646 if (unlikely (elf_getphdrnum (ebl->elf, &phnum) < 0))
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol-elf.c 12 static int elf_getphdrnum(Elf *elf, size_t *dst) function
977 if (elf_getphdrnum(elf, &phdrnum))

Completed in 1086 milliseconds