Home
last modified time | relevance | path

Searched refs:pshdr (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/usr.sbin/crunchgen/
Delf_hide.c74 Elf_Shdr *pshdr; in elf_hide() local
102 pshdr = (Elf_Phdr *) (pexe + pehdr->e_shoff + in elf_hide()
106 printf("sh_name %x ", pshdr->sh_name); in elf_hide()
107 fprint_shstr(stdout, pshdr->sh_name); in elf_hide()
109 printf("sh_type %x\n", pshdr->sh_type); in elf_hide()
110 printf("sh_flags %x\n", pshdr->sh_flags); in elf_hide()
111 printf("sh_addr %x\n", pshdr->sh_addr); in elf_hide()
112 printf("sh_offset %x\n", pshdr->sh_offset); in elf_hide()
113 printf("sh_size %x\n", pshdr->sh_size); in elf_hide()
114 printf("sh_link %x\n", pshdr->sh_link); in elf_hide()
[all …]