bfd_support.cpp File Reference

#include "bfd_support.h"
#include "op_bfd.h"
#include "op_fileio.h"
#include "op_config.h"
#include "string_manip.h"
#include "file_manip.h"
#include "cverb.h"
#include "locate_images.h"
#include <cstdlib>
#include <cstring>
#include <cassert>
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
Include dependency graph for bfd_support.cpp:

Go to the source code of this file.

Functions

bfd * open_bfd (string const &file)
bfd * fdopen_bfd (string const &file, int fd)
bool find_separate_debug_file (bfd *ibfd, string const &filepath_in, string &debug_filename, extra_images const &extra)
bool interesting_symbol (asymbol *sym)
 Return true if the symbol is worth looking at.
bool boring_symbol (op_bfd_symbol const &first, op_bfd_symbol const &second)
linenr_info const find_nearest_line (bfd_info const &b, op_bfd_symbol const &sym, bfd_vma offset, bool anon_obj)

Variables

verbose vbfd

Detailed Description

BFD muck we have to deal with.

Remarks:
Copyright 2005 OProfile authors
Read the file COPYING
Author:
John Levon

Definition in file bfd_support.cpp.


Function Documentation

bool boring_symbol ( op_bfd_symbol const &  first,
op_bfd_symbol const &  second 
)

return true if the first symbol is less interesting than the second symbol boring symbol are eliminated when multiple symbol exist at the same vma

Definition at line 379 of file bfd_support.cpp.

References op_bfd_symbol::hidden(), op_bfd_symbol::name(), and op_bfd_symbol::weak().

Referenced by op_bfd::get_symbols().

Here is the call graph for this function:

Here is the caller graph for this function:

bfd* fdopen_bfd ( string const &  file,
int  fd 
)

Definition at line 280 of file bfd_support.cpp.

References cverb.

linenr_info const find_nearest_line ( bfd_info const &  ibfd,
op_bfd_symbol const &  sym,
bfd_vma  offset,
bool  anon_obj 
)

Attempt to locate a filename + line number for the given symbol and offset.

The bfd object is either the object associated with the binary or the once associated with the separated debug info file so find_nearest_line() can't lookup the section contents of code section etc. The filepos of debuginfo symbols are different from the original file but we fixed symbol filepos earlier.

Definition at line 632 of file bfd_support.cpp.

References bfd_info::abfd, linenr_info::filename, op_bfd_symbol::filepos(), linenr_info::found, scoped_array< T >::get(), bfd_info::get_image_bfd_info(), linenr_info::line, op_bfd_symbol::name(), op_bfd_symbol::symbol(), bfd_info::syms, bfd_info::valid(), and op_bfd_symbol::value().

Here is the call graph for this function:

bool find_separate_debug_file ( bfd *  ibfd,
string const &  filepath_in,
string &  debug_filename,
extra_images const &  extra 
)

Definition at line 296 of file bfd_support.cpp.

References cverb, DEBUGDIR, and op_dirname().

Referenced by op_bfd::has_debug_info().

Here is the call graph for this function:

Here is the caller graph for this function:

bool interesting_symbol ( asymbol *  sym  ) 

Return true if the symbol is worth looking at.

Definition at line 332 of file bfd_support.cpp.

Referenced by op_bfd::get_symbols().

Here is the caller graph for this function:

bfd* open_bfd ( string const &  file  ) 

Definition at line 264 of file bfd_support.cpp.

References cverb.

Referenced by op_bfd::has_debug_info().

Here is the caller graph for this function:


Variable Documentation


Generated on 8 Nov 2012 for Oprofile by  doxygen 1.6.1