HomeSort by relevance Sort by last modified time
    Searched refs:ibfd (Results 1 - 15 of 15) sorted by null

  /external/oprofile/libutil++/
bfd_support.h 50 void set_image_bfd_info(bfd_info * ibfd) { image_bfd_info = ibfd; }
91 * @param ibfd binary file
109 find_separate_debug_file(bfd * ibfd,
153 find_nearest_line(bfd_info const & ibfd, op_bfd_symbol const & sym,
op_spu_bfd.cpp 84 ibfd.abfd = spu_open_bfd(image_path, fd, spu_offset);
86 if (!ibfd.valid()) {
96 note = bfd_get_section_by_name(ibfd.abfd, ".note.spu_name");
104 oct_per_byte = bfd_octets_per_byte(ibfd.abfd);
105 sec_size = bfd_section_size(ibfd.abfd, note)/oct_per_byte;
108 if (!bfd_get_section_contents(ibfd.abfd, note, sec_contents,
156 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
180 ibfd.close();
op_bfd.cpp 145 ibfd.abfd = fdopen_bfd(image_path, fd);
147 if (!ibfd.valid()) {
160 for (sect = ibfd.abfd->sections; sect; sect = sect->next) {
182 ibfd.close();
197 if (!vma || !ibfd.valid()) {
210 ibfd.get_symbols();
218 dbfd.set_image_bfd_info(&ibfd);
222 for (i = 0; i < ibfd.nr_syms; ++i) {
223 if (!interesting_symbol(ibfd.syms[i]))
226 ibfd.syms[i]->section) != filtered_section.end()
    [all...]
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
  /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);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/include/
bfd.h     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/include/
bfd.h     [all...]

Completed in 834 milliseconds