Searched refs:bfd_section_size (Results 1 - 25 of 33) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/gdb/
H A Dcoff-solib.c72 libsize = bfd_section_size (exec_bfd, libsect);
H A Dmips-irix-tdep.c37 sectsize = bfd_section_size (abfd, sect);
H A Dbfd-target.c47 if (bfd_section_size (abfd, asect) == 0)
52 pp->end->endaddr = pp->end->addr + bfd_section_size (abfd, asect);
H A Dcorelow.c466 size = bfd_section_size (core_bfd, section);
563 size = bfd_section_size (core_bfd, section);
595 size = bfd_section_size (core_bfd, section);
H A Dgcore.c412 int size = bfd_section_size (ibfd, isec);
415 ret = (*func) (objsec->addr, bfd_section_size (ibfd, isec),
447 bfd_size_type size = bfd_section_size (obfd, osec);
H A Dexec.c345 if (0 == bfd_section_size (abfd, asect))
350 (*table_pp)->endaddr = (*table_pp)->addr + bfd_section_size (abfd, asect);
390 vp->tend = vp->tstart + bfd_section_size (abfd, sect);
397 vp->dend = vp->dstart + bfd_section_size (abfd, sect);
H A Dpa64solib.c192 st_size += (LONGEST)bfd_section_size (abfd, sect);
418 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0)
491 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0)
522 interp_sect_size = bfd_section_size (exec_bfd, interp_sect);
1018 dyninfo_sect_size = bfd_section_size (exec_bfd, dyninfo_sect);
H A Dm32r-rom.c77 bfd_size_type section_size = bfd_section_size (abfd, s);
136 bfd_size_type section_size = bfd_section_size (abfd, s);
504 bfd_size_type section_size = bfd_section_size (abfd, s);
H A Dsolib-svr4.c316 dyninfo_sect_size = bfd_section_size (exec_bfd, dyninfo_sect);
884 interp_sect_size = bfd_section_size (exec_bfd, interp_sect);
948 interp_text_sect_low + bfd_section_size (tmp_bfd, interp_sect);
956 interp_plt_sect_low + bfd_section_size (tmp_bfd, interp_sect);
H A Ddbxread.c206 CORE_ADDR sec_end = sec_start + bfd_section_size (sym_bfd, sec);
652 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect);
823 symbuf_left = bfd_section_size (sym_bfd, symbuf_sections->section);
3289 stabsize = bfd_section_size (sym_bfd, stabsects->section);
3300 stabsize = bfd_section_size (sym_bfd, stabsect->section);
3307 symbuf_left = bfd_section_size (sym_bfd, stabsects->section);
3355 = bfd_section_size (objfile->obfd, stabsect) / DBX_SYMBOL_SIZE (objfile);
3383 symbuf_left = bfd_section_size (objfile->obfd, stabsect);
3447 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect);
3450 DBX_SYMCOUNT (objfile) = bfd_section_size (sym_bf
[all...]
H A Dosabi.c385 if (notesz > bfd_section_size (abfd, sect))
415 sectsize = bfd_section_size (abfd, sect);
H A Dsolib-aix5.c463 interp_sect_size = bfd_section_size (exec_bfd, interp_sect);
501 interp_text_sect_low + bfd_section_size (tmp_bfd, interp_sect);
509 interp_plt_sect_low + bfd_section_size (tmp_bfd, interp_sect);
H A Dsolib-frv.c627 interp_sect_size = bfd_section_size (exec_bfd, interp_sect);
695 = interp_text_sect_low + bfd_section_size (tmp_bfd, interp_sect);
705 interp_plt_sect_low + bfd_section_size (tmp_bfd, interp_sect);
H A Ddve3900-rom.c791 if (s->flags & SEC_LOAD && bfd_section_size (abfd, s) != 0)
815 bfd_size_type section_size = bfd_section_size (abfd, s);
H A Dsomsolib.c249 st_size += (LONGEST) bfd_section_size (abfd, sect);
254 st_size += (LONGEST) bfd_section_size (abfd, sect);
459 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0)
884 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0)
H A Dobjfiles.c88 if (0 == bfd_section_size (abfd, asect))
95 section.endaddr = section.addr + bfd_section_size (abfd, asect);
H A Dhpread.c386 header_section_size = bfd_section_size (objfile->obfd, header_section);
453 header_section_size = bfd_section_size (objfile->obfd, header_section);
1694 bfd_section_size (objfile->obfd, gntt_section));
1697 0, bfd_section_size (objfile->obfd, gntt_section));
1700 = bfd_section_size (objfile->obfd, gntt_section)
1716 bfd_section_size (objfile->obfd, lntt_section));
1719 0, bfd_section_size (objfile->obfd, lntt_section));
1722 = bfd_section_size (objfile->obfd, lntt_section)
1733 bfd_section_size (objfile->obfd, slt_section));
1736 0, bfd_section_size (objfil
[all...]
H A Delfread.c576 bfd_section_size (abfd, str_sect));
H A Dmaint.c332 endaddr = addr + bfd_section_size (abfd, asect);
H A Dhppa-hpux-tdep.c158 + bfd_section_size (sec->owner, sec)))
786 if (shlib_info && (bfd_section_size (symfile_objfile->obfd, shlib_info) != 0))
H A Dcoffread.c207 csi->textsize += bfd_section_size (abfd, sectp);
211 csi->textsize += bfd_section_size (abfd, sectp);
634 stabstrsize = bfd_section_size (abfd, info->stabstrsect);
H A Dhppa-tdep.c439 unwind_size = bfd_section_size (objfile->obfd, unwind_sec);
452 stub_unwind_size = bfd_section_size (objfile->obfd, stub_unwind_sec);
480 unwind_size = bfd_section_size (objfile->obfd, unwind_sec);
H A Dsymfile.c306 && (bfd_section_size (abfd, (*lowest))
307 <= bfd_section_size (abfd, sect)))
1021 debuglink_size = bfd_section_size (objfile->obfd, sect);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dbfd-in.h315 #define bfd_section_size(bfd, ptr) ((ptr)->size)
311 #define bfd_section_size macro
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-dump.c458 bfd_size_type size = bfd_section_size (ibfd, isec);

Completed in 294 milliseconds

12