Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/linux/
Delf.h31 typedef __u16 Elf32_Half; typedef
177 Elf32_Half st_shndx;
194 Elf32_Half e_type;
195 Elf32_Half e_machine;
202 Elf32_Half e_ehsize;
204 Elf32_Half e_phentsize;
205 Elf32_Half e_phnum;
206 Elf32_Half e_shentsize;
207 Elf32_Half e_shnum;
209 Elf32_Half e_shstrndx;
/bionic/linker/
Dlinker_phdr.h49 Elf32_Half phdr_num,
Dlinker_phdr.c133 Elf32_Half phdr_num, in phdr_table_load()