Searched refs:find_section (Results 1 – 3 of 3) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | derelocate.c | 298 find_section (Dwfl_Module *mod, Dwarf_Addr *addr) in find_section() function 337 int idx = find_section (mod, addr); in __libdwfl_find_section_ndx() 353 return find_section (mod, addr); in dwfl_module_relocate_address() 377 int idx = find_section (mod, address); in INTDEF()
|
D | ChangeLog | 914 * derelocate.c (find_section): Check next section exists before 954 (find_section): Likewise. 1743 * derelocate.c (find_section): Use __libdwfl_seterrno, not 1867 (find_section): New function, broken out of ...
|
/external/valgrind/perf/ |
D | tinycc.c | 6889 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()
|