OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ibfd
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/pp/
oparchive.cpp
163
bfd *
ibfd
= open_bfd(real_exe_name);
local
164
if (
ibfd
) {
167
if (find_separate_debug_file(
ibfd
, real_exe_name,
183
bfd_close(
ibfd
);
/external/oprofile/libutil++/
bfd_support.cpp
38
void check_format(string const & file, bfd **
ibfd
)
40
if (!bfd_check_format_matches(*
ibfd
, bfd_object, NULL)) {
42
bfd_close(*
ibfd
);
43
*
ibfd
= NULL;
79
bool get_debug_link_info(bfd *
ibfd
, string & filename, unsigned long & crc32)
84
sect = bfd_get_section_by_name(
ibfd
, ".gnu_debuglink");
89
bfd_size_type debuglink_size = bfd_section_size(
ibfd
, sect);
94
if (!bfd_get_section_contents(
ibfd
, sect,
106
crc32 = bfd_get_32(
ibfd
,
267
* so it must have a lifetime longer than the
ibfd
*/
268
bfd *
ibfd
= bfd_openr(file.c_str(), NULL);
local
284
bfd *
ibfd
= bfd_fdopenr(file.c_str(), NULL, fd);
local
[
all
...]
op_bfd.h
213
bool valid() const { return
ibfd
.valid(); }
257
* the image file associated with the
ibfd
arg.
280
bfd_info
ibfd
;
member in class:op_bfd
Completed in 81 milliseconds