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

  /build/tools/soslim/
soslim.c 55 GElf_Phdr *phdr_info = NULL; local
81 phdr_info = (GElf_Phdr *)CALLOC(ehdr->e_phnum, sizeof(GElf_Phdr));
84 FAILIF_LIBELF(NULL == gelf_getphdr(elf, cnt, phdr_info + cnt),
87 FAILIF_LIBELF(gelf_update_phdr (newelf, cnt, phdr_info + cnt) == 0,
483 phdr_info,
520 FREEIF(phdr_info);
  /build/tools/apriori/
source.h 60 GElf_Phdr *phdr_info; member in struct:source_t

Completed in 445 milliseconds