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

  /external/elfutils/libelf/
gelf_getphdr.c 28 GElf_Phdr *
32 GElf_Phdr *dst;
34 GElf_Phdr *result = NULL;
110 result = memcpy (dst, phdr + ndx, sizeof (GElf_Phdr));
gelf.h 74 typedef Elf64_Phdr GElf_Phdr;
163 extern GElf_Phdr *gelf_getphdr (Elf *__elf, int __ndx, GElf_Phdr *__dst);
166 extern int gelf_update_phdr (Elf *__elf, int __ndx, GElf_Phdr *__src);
gelf_update_phdr.c 29 gelf_update_phdr (Elf *elf, int ndx, GElf_Phdr *src)
  /external/elfcopy/
elfcopy.h 81 GElf_Phdr *phdr_info,
elfcopy.c 90 static bool section_belongs_to_header(GElf_Shdr *shdr, GElf_Phdr *phdr);
95 GElf_Phdr *phdr_info,
106 GElf_Phdr *phdr_info);
115 GElf_Phdr *phdr_info,
    [all...]
  /external/elfutils/tests/
showptable.c 78 GElf_Phdr mem;
79 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem);
ecp.c 63 GElf_Phdr phdr_mem;
  /build/tools/apriori/
source.h 60 GElf_Phdr *phdr_info;
apriori.c 367 source->phdr_info = (GElf_Phdr *)CALLOC(ehdr->e_phnum,
368 sizeof(GElf_Phdr));
    [all...]
  /build/tools/soslim/
soslim.c 55 GElf_Phdr *phdr_info = NULL;
81 phdr_info = (GElf_Phdr *)CALLOC(ehdr->e_phnum, sizeof(GElf_Phdr));
  /external/elfutils/src/
elflint.c 791 GElf_Phdr phdr_mem;
792 GElf_Phdr *phdr = NULL;
914 GElf_Phdr phdr_mem;
915 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, pcnt, &phdr_mem);
    [all...]
size.c 635 GElf_Phdr phdr_mem;
636 GElf_Phdr *phdr;
xelf.h 314 # define XElf_Phdr_vardef(name) GElf_Phdr name##_mem; GElf_Phdr *name
strip.c 491 GElf_Phdr phdr_mem;
492 GElf_Phdr *phdr;
517 GElf_Phdr phdr_mem;
518 GElf_Phdr *phdr;
    [all...]
readelf.c 790 GElf_Phdr mem;
791 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &mem);
840 GElf_Phdr phdr_mem;
841 GElf_Phdr *phdr = gelf_getphdr (ebl->elf, cnt, &phdr_mem);
    [all...]

Completed in 106 milliseconds