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

  /external/elfutils/libelf/
gelf_newphdr.c 29 gelf_newphdr (elf, phnum)
31 size_t phnum;
34 ? (unsigned long int) INTUSE(elf32_newphdr) (elf, phnum)
35 : (unsigned long int) INTUSE(elf64_newphdr) (elf, phnum));
elf32_getphdr.c 70 size_t phnum; local
74 phnum = ehdr->e_phnum;
75 if (phnum == 0)
81 size = phnum * sizeof (ElfW2(LIBELFBITS,Phdr));
127 for (cnt = 0; cnt < phnum; ++cnt)
173 for (cnt = 0; cnt < phnum; ++cnt)
  /bionic/linker/
linker.h 94 int phnum; member in struct:soinfo
linker.c 385 dl_info.dlpi_phnum = si->phnum;
1711 int phnum = si->phnum; local
    [all...]

Completed in 123 milliseconds