Home
last modified time | relevance | path

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

/external/oprofile/libutil++/
Dop_bfd.cpp183 dbfd.close(); in op_bfd()
218 dbfd.set_image_bfd_info(&ibfd); in get_symbols()
219 dbfd.get_symbols(); in get_symbols()
231 for (i = 0; i < dbfd.nr_syms; ++i) { in get_symbols()
232 if (!interesting_symbol(dbfd.syms[i])) in get_symbols()
239 u32 filepos = filepos_map[dbfd.syms[i]->section->name]; in get_symbols()
241 dbfd.syms[i]->section->filepos = filepos; in get_symbols()
242 symbols.push_back(op_bfd_symbol(dbfd.syms[i])); in get_symbols()
355 dbfd.abfd = open_bfd(debug_filename); in has_debug_info()
356 if (dbfd.has_debug_info()) in has_debug_info()
[all …]
Dop_bfd.h283 mutable bfd_info dbfd; variable
Dop_spu_bfd.cpp181 dbfd.close(); in op_bfd()
/external/oprofile/
DChangeLog-2005471 section. Keep a map of section file offsets to fix up dbfd