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

  /external/elfutils/tests/
ecp.c 71 GElf_Phdr phdr_mem; local
73 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem));
elfstrmerge.c 421 GElf_Phdr phdr_mem; local
422 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
  /external/elfutils/backends/
ppc_symbol.c 92 GElf_Phdr phdr_mem; local
93 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 85 GElf_Phdr phdr_mem; local
86 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
  /external/elfutils/libdwfl/
dwfl_report_elf.c 181 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); local
204 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem); local
linux-core-attach.c 69 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem); local
352 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem); local
core-file.c 138 GElf_Phdr phdr_mem; local
139 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem);
431 GElf_Phdr phdr_mem; local
432 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
dwfl_module_getdwarf.c 666 GElf_Phdr phdr_mem; local
667 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
829 GElf_Phdr phdr_mem; local
830 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem);
    [all...]
link_map.c 551 GElf_Phdr phdr_mem;
552 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem);
548 GElf_Phdr phdr_mem; local
  /external/elfutils/libdw/
dwarf_getcfi_elf.c 202 GElf_Phdr phdr_mem; local
203 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
  /external/elfutils/src/
findtextrel.c 335 GElf_Phdr phdr_mem; local
336 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
size.c 607 GElf_Phdr phdr_mem; local
610 phdr = gelf_getphdr (elf, cnt, &phdr_mem);
elflint.c 849 GElf_Phdr phdr_mem; local
855 phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem);
1016 GElf_Phdr phdr_mem; local
1017 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem);
1286 GElf_Phdr phdr_mem; local
1770 GElf_Phdr phdr_mem; local
3007 GElf_Phdr phdr_mem; local
3995 GElf_Phdr phdr_mem; local
4185 GElf_Phdr phdr_mem; local
4412 GElf_Phdr phdr_mem; local
    [all...]
unstrip.c 269 GElf_Phdr phdr_mem;
272 gelf_getphdr (inelf, i, &phdr_mem)),
268 GElf_Phdr phdr_mem; local
1948 GElf_Phdr phdr_mem; local
1990 GElf_Phdr phdr_mem; local
    [all...]
elfcompress.c 606 GElf_Phdr phdr_mem; local
607 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
    [all...]
strip.c 553 GElf_Phdr phdr_mem; local
554 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
577 GElf_Phdr phdr_mem; local
578 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
    [all...]
readelf.c 1332 GElf_Phdr phdr_mem; local
1792 GElf_Phdr phdr_mem; local
1935 GElf_Phdr phdr_mem; local
2126 GElf_Phdr phdr_mem; local
    [all...]

Completed in 360 milliseconds