Searched refs:process_phdr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dprocess.c65 static void process_phdr(Elf *elf, GElf_Half num);
102 * mation is not set, then process segments with the process_phdr function.
119 process_phdr(elf, ehdr.e_phnum);
196 process_phdr(elf, ehdr.e_phnum);
219 process_phdr(Elf * elf, GElf_Half num) function
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c92 static int process_phdr(Elf_Info *);
233 if (process_phdr(EI) == ELF_READ_FAIL)
301 * process_phdr: Read Program Headers and see if it is a core
307 process_phdr(Elf_Info *EI) function

Completed in 44 milliseconds