Home
last modified time | relevance | path

Searched refs:ibfd (Results 1 – 9 of 9) sorted by relevance

/external/oprofile/libutil++/
Dop_bfd.cpp145 ibfd.abfd = fdopen_bfd(image_path, fd); in op_bfd()
147 if (!ibfd.valid()) { in op_bfd()
160 for (sect = ibfd.abfd->sections; sect; sect = sect->next) { in op_bfd()
182 ibfd.close(); in op_bfd()
197 if (!vma || !ibfd.valid()) { in get_start_offset()
210 ibfd.get_symbols(); in get_symbols()
218 dbfd.set_image_bfd_info(&ibfd); in get_symbols()
222 for (i = 0; i < ibfd.nr_syms; ++i) { in get_symbols()
223 if (!interesting_symbol(ibfd.syms[i])) in get_symbols()
226 ibfd.syms[i]->section) != filtered_section.end()) in get_symbols()
[all …]
Dbfd_support.cpp38 void check_format(string const & file, bfd ** ibfd) in check_format() argument
40 if (!bfd_check_format_matches(*ibfd, bfd_object, NULL)) { in check_format()
42 bfd_close(*ibfd); in check_format()
43 *ibfd = NULL; in check_format()
79 bool get_debug_link_info(bfd * ibfd, string & filename, unsigned long & crc32) in get_debug_link_info() argument
84 sect = bfd_get_section_by_name(ibfd, ".gnu_debuglink"); in get_debug_link_info()
89 bfd_size_type debuglink_size = bfd_section_size(ibfd, sect); in get_debug_link_info()
94 if (!bfd_get_section_contents(ibfd, sect, in get_debug_link_info()
106 crc32 = bfd_get_32(ibfd, in get_debug_link_info()
268 bfd * ibfd = bfd_openr(file.c_str(), NULL); in open_bfd() local
[all …]
Dop_spu_bfd.cpp84 ibfd.abfd = spu_open_bfd(image_path, fd, spu_offset); in op_bfd()
86 if (!ibfd.valid()) { in op_bfd()
96 note = bfd_get_section_by_name(ibfd.abfd, ".note.spu_name"); in op_bfd()
104 oct_per_byte = bfd_octets_per_byte(ibfd.abfd); in op_bfd()
105 sec_size = bfd_section_size(ibfd.abfd, note)/oct_per_byte; in op_bfd()
108 if (!bfd_get_section_contents(ibfd.abfd, note, sec_contents, in op_bfd()
156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) { in op_bfd()
180 ibfd.close(); in op_bfd()
Dbfd_support.h50 void set_image_bfd_info(bfd_info * ibfd) { image_bfd_info = ibfd; } in set_image_bfd_info()
109 find_separate_debug_file(bfd * ibfd,
153 find_nearest_line(bfd_info const & ibfd, op_bfd_symbol const & sym,
Dop_bfd.h213 bool valid() const { return ibfd.valid(); } in valid()
280 bfd_info ibfd; variable
/external/oprofile/pp/
Doparchive.cpp163 bfd * ibfd = open_bfd(real_exe_name); in oparchive() local
164 if (ibfd) { in oparchive()
167 if (find_separate_debug_file(ibfd, real_exe_name, in oparchive()
183 bfd_close(ibfd); in oparchive()
/external/oprofile/m4/
Dbinutils.m431 [[asymbol * synthsyms; bfd * ibfd = 0;
32 long synth_count = bfd_get_synthetic_symtab(ibfd, 0, 0, 0, 0, &synthsyms);
/external/oprofile/
DChangeLog-2005726 ibfd before using it.
DChangeLog-20022571 op_bfd::ibfd pointer.