Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dderelocate.c319 find_section (Dwfl_Module *mod, Dwarf_Addr *addr) in find_section() function
363 return find_section (mod, addr); in dwfl_module_relocate_address()
387 int idx = find_section (mod, address); in INTDEF()
DChangeLog343 * derelocate.c (find_section): Use __libdwfl_seterrno, not
467 (find_section): New function, broken out of ...
/external/qemu/
Delf_ops.h52 static struct elf_shdr *glue(find_section, SZ)(struct elf_shdr *shdr_table, in glue() argument
120 symtab = glue(find_section, SZ)(shdr_table, ehdr->e_shnum, SHT_SYMTAB); in glue()
/external/valgrind/main/perf/
Dtinycc.c6889 Section *find_section(TCCState *s1, const char *name) in find_section() function
12041 ad->section = find_section(tcc_state, (char *)tokc.cstr->data); in parse_attribute()
17401 sec = find_section(s1, name); in use_section()
19054 s = find_section(s1, section_name); in add_init_array_defines()
19096 init_section = find_section(s1, ".init"); in tcc_add_runtime()