Searched refs:find_section (Results 1 - 2 of 2) sorted by relevance
/external/qemu/ |
H A D | elf_ops.h | 52 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table, 120 symtab = glue(find_section, SZ)(shdr_table, ehdr->e_shnum, SHT_SYMTAB);
|
/external/valgrind/main/perf/ |
H A D | tinycc.c | 6891 Section *find_section(TCCState *s1, const char *name) 12043 ad->section = find_section(tcc_state, (char *)tokc.cstr->data); 17403 sec = find_section(s1, name); 19055 s = find_section(s1, section_name); 19097 init_section = find_section(s1, ".init"); 6889 Section *find_section(TCCState *s1, const char *name) function
|
Completed in 91 milliseconds