HomeSort by relevance Sort by last modified time
    Searched refs:GElf_Phdr (Results 1 - 25 of 26) sorted by null

1 2

  /external/elfutils/libelf/
gelf_getphdr.c 41 GElf_Phdr *
42 gelf_getphdr (Elf *elf, int ndx, GElf_Phdr *dst)
44 GElf_Phdr *result = NULL;
128 result = memcpy (dst, phdr + ndx, sizeof (GElf_Phdr));
gelf.h 86 typedef Elf64_Phdr GElf_Phdr;
181 extern GElf_Phdr *gelf_getphdr (Elf *__elf, int __ndx, GElf_Phdr *__dst);
184 extern int gelf_update_phdr (Elf *__elf, int __ndx, GElf_Phdr *__src);
gelf_update_phdr.c 41 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src)
  /external/elfutils/backends/
ppc_symbol.c 92 GElf_Phdr phdr_mem;
93 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
  /external/elfutils/libdwelf/
dwelf_elf_gnu_build_id.c 85 GElf_Phdr phdr_mem;
86 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
  /external/elfutils/tests/
showptable.c 88 GElf_Phdr mem;
89 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem);
ecp.c 71 GElf_Phdr phdr_mem;
elfstrmerge.c 421 GElf_Phdr phdr_mem;
422 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
  /external/elfutils/libdwfl/
core-file.c 126 dwfl_report_core_segments (Dwfl *dwfl, Elf *elf, size_t phnum, GElf_Phdr *notes)
138 GElf_Phdr phdr_mem;
139 GElf_Phdr *phdr = gelf_getphdr (elf, ndx, &phdr_mem);
245 update_end (GElf_Phdr *pphdr, const GElf_Off align,
254 do_more (size_t size, GElf_Phdr *pphdr, const GElf_Off align,
302 GElf_Phdr phdr;
431 GElf_Phdr phdr_mem;
432 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
482 GElf_Phdr notes_phdr;
dwfl_report_elf.c 181 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem);
204 GElf_Phdr phdr_mem, *ph = gelf_getphdr (elf, i, &phdr_mem);
dwfl_module_getdwarf.c 130 GElf_Phdr ph_mem;
131 GElf_Phdr *ph = gelf_getphdr (file->elf, i, &ph_mem);
372 GElf_Phdr phdr;
666 GElf_Phdr phdr_mem;
667 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
829 GElf_Phdr phdr_mem;
830 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem);
    [all...]
linux-core-attach.c 69 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem);
352 GElf_Phdr phdr_mem, *phdr = gelf_getphdr (core, cnt, &phdr_mem);
libdwfl.h 139 const GElf_Phdr *phdr, GElf_Addr bias,
    [all...]
segment.c 283 dwfl_report_segment (Dwfl *dwfl, int ndx, const GElf_Phdr *phdr, GElf_Addr bias,
link_map.c 551 GElf_Phdr phdr_mem;
552 GElf_Phdr *phdr = gelf_getphdr (mod->main.elf, i, &phdr_mem);
  /external/elfutils/libdw/
dwarf_getcfi_elf.c 126 getcfi_gnu_eh_frame (Elf *elf, const GElf_Ehdr *ehdr, const GElf_Phdr *phdr)
202 GElf_Phdr phdr_mem;
203 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
  /external/elfutils/src/
elfcmp.c 599 GElf_Phdr phdr1_mem;
600 GElf_Phdr *phdr1 = gelf_getphdr (elf1, ndx, &phdr1_mem);
605 GElf_Phdr phdr2_mem;
606 GElf_Phdr *phdr2 = gelf_getphdr (elf2, ndx, &phdr2_mem);
612 if (unlikely (memcmp (phdr1, phdr2, sizeof (GElf_Phdr)) != 0))
findtextrel.c 335 GElf_Phdr phdr_mem;
336 GElf_Phdr *phdr = gelf_getphdr (elf, i, &phdr_mem);
elflint.c 849 GElf_Phdr phdr_mem;
850 GElf_Phdr *phdr = NULL;
1016 GElf_Phdr phdr_mem;
1017 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem);
    [all...]
size.c 607 GElf_Phdr phdr_mem;
608 GElf_Phdr *phdr;
xelf.h 318 # define XElf_Phdr_vardef(name) GElf_Phdr name##_mem; GElf_Phdr *name
unstrip.c 269 GElf_Phdr phdr_mem;
    [all...]
elfcompress.c 606 GElf_Phdr phdr_mem;
607 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
    [all...]
strip.c 553 GElf_Phdr phdr_mem;
554 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
577 GElf_Phdr phdr_mem;
578 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
    [all...]
readelf.c     [all...]

Completed in 1168 milliseconds

1 2