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

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoff-solib.c72 libsize = bfd_section_size (exec_bfd, libsect);
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 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 Dosabi.c382 if (notesz > bfd_section_size (abfd, sect))
399 if (notesz > bfd_section_size (abfd, sect))
420 sectsize = bfd_section_size (abfd, sect);
H A Dexec.c347 if (0 == bfd_section_size (abfd, asect))
352 (*table_pp)->endaddr = (*table_pp)->addr + bfd_section_size (abfd, asect);
392 vp->tend = vp->tstart + bfd_section_size (abfd, sect);
399 vp->dend = vp->dstart + bfd_section_size (abfd, sect);
H A Dpa64solib.c191 st_size += (LONGEST)bfd_section_size (abfd, sect);
416 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0)
489 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0)
520 interp_sect_size = bfd_section_size (exec_bfd, interp_sect);
1021 dyninfo_sect_size = bfd_section_size (exec_bfd, dyninfo_sect);
H A Dsolib-svr4.c444 dyninfo_sect_size = bfd_section_size (exec_bfd, dyninfo_sect);
1017 interp_sect_size = bfd_section_size (exec_bfd, interp_sect);
1085 interp_text_sect_low + bfd_section_size (tmp_bfd, interp_sect);
1093 interp_plt_sect_low + bfd_section_size (tmp_bfd, interp_sect);
H A Dcorelow.c454 size = bfd_section_size (core_bfd, section);
551 size = bfd_section_size (core_bfd, section);
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 Ddbxread.c207 CORE_ADDR sec_end = sec_start + bfd_section_size (sym_bfd, sec);
653 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect);
824 symbuf_left = bfd_section_size (sym_bfd, symbuf_sections->section);
3380 stabsize = bfd_section_size (sym_bfd, stabsects->section);
3391 stabsize = bfd_section_size (sym_bfd, stabsect->section);
3398 symbuf_left = bfd_section_size (sym_bfd, stabsects->section);
3447 = bfd_section_size (objfile->obfd, stabsect) / DBX_SYMBOL_SIZE (objfile);
3475 symbuf_left = bfd_section_size (objfile->obfd, stabsect);
3539 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect);
3542 DBX_SYMCOUNT (objfile) = bfd_section_size (sym_bf
[all...]
H A Dsomsolib.c247 st_size += (LONGEST) bfd_section_size (abfd, sect);
252 st_size += (LONGEST) bfd_section_size (abfd, sect);
456 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0)
881 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.c388 header_section_size = bfd_section_size (objfile->obfd, header_section);
455 header_section_size = bfd_section_size (objfile->obfd, header_section);
1696 bfd_section_size (objfile->obfd, gntt_section));
1699 0, bfd_section_size (objfile->obfd, gntt_section));
1702 = bfd_section_size (objfile->obfd, gntt_section)
1718 bfd_section_size (objfile->obfd, lntt_section));
1721 0, bfd_section_size (objfile->obfd, lntt_section));
1724 = bfd_section_size (objfile->obfd, lntt_section)
1735 bfd_section_size (objfile->obfd, slt_section));
1738 0, bfd_section_size (objfil
[all...]
H A Delfread.c605 bfd_section_size (abfd, str_sect));
H A Dmaint.c332 endaddr = addr + bfd_section_size (abfd, asect);
H A Dcoffread.c207 csi->textsize += bfd_section_size (abfd, sectp);
211 csi->textsize += bfd_section_size (abfd, sectp);
633 stabstrsize = bfd_section_size (abfd, info->stabstrsect);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-ecoff.c95 addr += bfd_section_size (stdoutput, sec);
102 addr += bfd_section_size (stdoutput, secs[i]);
H A Dobj-aout.c128 if (bfd_section_size (stdoutput, text_section) != 0)
131 else if (bfd_section_size (stdoutput, data_section) != 0)
/freebsd-11-stable/contrib/binutils/binutils/
H A Drddbg.c130 stabsize = bfd_section_size (abfd, sec);
140 strsize = bfd_section_size (abfd, strsec);
349 size = bfd_section_size (abfd, dsec);
H A Dsize.c482 bfd_size_type size = bfd_section_size (file, sec);
504 bfd_size_type size = bfd_section_size (file, sec);
H A Dobjdump.c315 (unsigned long) bfd_section_size (abfd, section) / opb);
753 + bfd_section_size (abfd, sec) / opb)));
1354 + bfd_section_size (section->owner, section) / opb));
2211 size = bfd_section_size (abfd, stabsect);
2444 if ((datasize = bfd_section_size (abfd, section)) == 0)
H A Dobjcopy.c1587 size = bfd_section_size (obfd, osections[i]);
1614 size = bfd_section_size (obfd, osections[c - 1]);
1737 off = bfd_section_size (obfd, osections[i]) - left;
2223 size = bfd_section_size (ibfd, isection);
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dkld.c216 sec->endaddr = sec->addr + bfd_section_size(abfd, asect);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h339 #define bfd_section_size(bfd, ptr) ((ptr)->size)
335 #define bfd_section_size macro
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c458 bfd_size_type size = bfd_section_size (ibfd, isec);

Completed in 203 milliseconds

12