OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:image_bfd_info
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libutil++/
bfd_support.h
27
bfd_info() : abfd(0), nr_syms(0), synth_syms(0),
image_bfd_info
(0) {}
50
void set_image_bfd_info(bfd_info * ibfd) {
image_bfd_info
= ibfd; }
69
* the actual image file. The
image_bfd_info
field provides access to
71
*
image_bfd_info
is NULL.
73
bfd_info *
image_bfd_info
;
member in struct:bfd_info
bfd_support.cpp
455
bfd * image_bfd =
image_bfd_info
->abfd;
529
if (
image_bfd_info
&&
image_bfd_info
->nr_syms == 0) {
531
synth_bfd =
image_bfd_info
->abfd;
600
if (
image_bfd_info
)
Completed in 106 milliseconds