Searched refs:getphdr (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sgs/libelf/common/ |
H A D | getphdr.c | 38 getphdr(Elf * elf, int class) in getphdr() function 60 return ((Elf32_Phdr*) getphdr(elf, ELFCLASS32)); in elf32_getphdr() 66 return ((Elf64_Phdr*) getphdr(elf, ELFCLASS64)); in elf64_getphdr()
|
/titanic_41/usr/src/cmd/sgs/libelf/ |
H A D | Makefile.com | 33 getehdr.o getident.o getphdr.o getscn.o \
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 498 getphdr(Word phnum, Word *type_arr, Word type_cnt, const char *file, Elf *elf) in getphdr() function 888 uphdr = getphdr(phnum, phdr_types, in unwind() 1784 phdr = getphdr(phnum, phdr_types, in interp()
|