Searched refs:getphdr (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetphdr.c38 getphdr(Elf * elf, int class) function
60 return ((Elf32_Phdr*) getphdr(elf, ELFCLASS32));
66 return ((Elf64_Phdr*) getphdr(elf, ELFCLASS64));
/illumos-gate/usr/src/cmd/sgs/libelf/
H A DMakefile.com33 getehdr.o getident.o getphdr.o getscn.o \
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c508 getphdr(Word phnum, Word *type_arr, Word type_cnt, const char *file, Elf *elf) function
898 uphdr = getphdr(phnum, phdr_types,
1795 phdr = getphdr(phnum, phdr_types,

Completed in 139 milliseconds