Searched defs:find_section (Results 1 - 2 of 2) sorted by relevance

/external/elfutils/src/libdwfl/
H A Dderelocate.c298 find_section (Dwfl_Module *mod, Dwarf_Addr *addr) function
337 int idx = find_section (mod, addr);
353 return find_section (mod, addr);
377 int idx = find_section (mod, address);
/external/valgrind/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 403 milliseconds