Lines Matching refs:elf_int
68 static unsigned elf_int(char **p) in elf_int() function
88 name_offset = elf_int(&shdr); in get_sh()
89 s->type = elf_int(&shdr); in get_sh()
94 s->link = elf_int(&shdr); in get_sh()
95 s->info = elf_int(&shdr); in get_sh()
147 ph->type = elf_int(&phdr); in get_ph()
149 ph->flags = elf_int(&phdr); in get_ph()
157 ph->offset = elf_int(&phdr); in get_ph()
158 ph->vaddr = elf_int(&phdr); in get_ph()
159 ph->paddr = elf_int(&phdr); in get_ph()
160 ph->filesz = elf_int(&phdr); in get_ph()
161 ph->memsz = elf_int(&phdr); in get_ph()
162 ph->flags = elf_int(&phdr); in get_ph()
163 ph->align = elf_int(&phdr); in get_ph()
253 unsigned st_name = elf_int(&symtab), st_value, st_shndx; in show_symbols()
266 st_value = elf_int(&symtab); in show_symbols()
267 st_size = elf_int(&symtab); in show_symbols()
307 unsigned namesz=elf_int(&p), descsz=elf_int(&p), type=elf_int(&p), j=0; in show_notes()
317 !elf_int(&p)?"Linux":"?", elf_int(&p), elf_int(&p), elf_int(&p)), j=1; in show_notes()
326 printf("NT_VERSION\tAPI level %u", elf_int(&p)), j=1; in show_notes()
368 version = elf_int(&hdr); in scan_elf()
372 flags = elf_int(&hdr); in scan_elf()