Home
last modified time | relevance | path

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

/external/qemu/
Delf_ops.h52 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table, in glue()
57 if (shdr_table[i].sh_type == type) in glue()
58 return shdr_table + i; in glue()
103 struct elf_shdr *symtab, *strtab, *shdr_table = NULL; in glue() local
109 shdr_table = load_at(fd, ehdr->e_shoff, in glue()
111 if (!shdr_table) in glue()
116 glue(bswap_shdr, SZ)(shdr_table + i); in glue()
120 symtab = glue(find_section, SZ)(shdr_table, ehdr->e_shnum, SHT_SYMTAB); in glue()
157 strtab = &shdr_table[symtab->sh_link]; in glue()
171 qemu_free(shdr_table); in glue()
[all …]