Searched refs:elf_short (Results 1 – 1 of 1) sorted by relevance
73 static unsigned short elf_short(char **p) in elf_short() function262 st_shndx = elf_short(&symtab); in show_symbols()270 st_shndx = elf_short(&symtab); in show_symbols()366 type = elf_short(&hdr); in scan_elf()367 machine = elf_short(&hdr); in scan_elf()373 ehsize = elf_short(&hdr); in scan_elf()374 TT.phentsize = elf_short(&hdr); in scan_elf()375 phnum = elf_short(&hdr); in scan_elf()376 TT.shentsize = elf_short(&hdr); in scan_elf()377 TT.shnum = elf_short(&hdr); in scan_elf()[all …]