Searched refs:find_section (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libdwfl/
H A Dderelocate.c319 find_section (Dwfl_Module *mod, Dwarf_Addr *addr) function
363 return find_section (mod, addr);
387 int idx = find_section (mod, address);
/external/qemu/
H A Delf_ops.h52 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 Dtinycc.c6891 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);
19056 s = find_section(s1, section_name);
19098 init_section = find_section(s1, ".init");
6889 Section *find_section(TCCState *s1, const char *name) function

Completed in 120 milliseconds