| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | bfd-target.c | 47 if (bfd_section_size (abfd, asect) == 0) in add_to_section_table() 52 pp->end->endaddr = pp->end->addr + bfd_section_size (abfd, asect); in add_to_section_table()
|
| D | gcore.c | 412 int size = bfd_section_size (ibfd, isec); in objfile_find_memory_regions() 415 ret = (*func) (objsec->addr, bfd_section_size (ibfd, isec), in objfile_find_memory_regions() 447 bfd_size_type size = bfd_section_size (obfd, osec); in gcore_copy_callback()
|
| D | exec.c | 346 if (0 == bfd_section_size (abfd, asect)) in add_to_section_table() 351 (*table_pp)->endaddr = (*table_pp)->addr + bfd_section_size (abfd, asect); in add_to_section_table() 390 vp->tend = vp->tstart + bfd_section_size (abfd, sect); in bfdsec_to_vmap() 397 vp->dend = vp->dstart + bfd_section_size (abfd, sect); in bfdsec_to_vmap()
|
| D | pa64solib.c | 191 st_size += (LONGEST)bfd_section_size (abfd, sect); in pa64_solib_sizeof_symbol_table() 416 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0) in pa64_solib_add() 489 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0) in pa64_solib_create_inferior_hook() 520 interp_sect_size = bfd_section_size (exec_bfd, interp_sect); in pa64_solib_create_inferior_hook() 1021 dyninfo_sect_size = bfd_section_size (exec_bfd, dyninfo_sect); in read_dynamic_info()
|
| D | osabi.c | 379 if (notesz > bfd_section_size (abfd, sect)) in check_note() 396 if (notesz > bfd_section_size (abfd, sect)) in check_note() 417 sectsize = bfd_section_size (abfd, sect); in generic_elf_osabi_sniff_abi_tag_sections()
|
| D | coff-solib.c | 72 libsize = bfd_section_size (exec_bfd, libsect); in coff_solib_add()
|
| D | dbxread.c | 204 CORE_ADDR sec_end = sec_start + bfd_section_size (sym_bfd, sec); in find_text_range() 647 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect); in dbx_symfile_init() 817 symbuf_left = bfd_section_size (sym_bfd, symbuf_sections->section); in fill_symbuf() 3369 stabsize = bfd_section_size (sym_bfd, stabsects->section); in coffstab_build_psymtabs() 3380 stabsize = bfd_section_size (sym_bfd, stabsect->section); in coffstab_build_psymtabs() 3387 symbuf_left = bfd_section_size (sym_bfd, stabsects->section); in coffstab_build_psymtabs() 3435 = bfd_section_size (objfile->obfd, stabsect) / DBX_SYMBOL_SIZE (objfile); in elfstab_build_psymtabs() 3463 symbuf_left = bfd_section_size (objfile->obfd, stabsect); in elfstab_build_psymtabs() 3526 DBX_TEXT_SIZE (objfile) = bfd_section_size (sym_bfd, text_sect); in stabsect_build_psymtabs() 3529 DBX_SYMCOUNT (objfile) = bfd_section_size (sym_bfd, stabsect) in stabsect_build_psymtabs() [all …]
|
| D | solib-svr4.c | 444 dyninfo_sect_size = bfd_section_size (exec_bfd, dyninfo_sect); in elf_locate_base() 1017 interp_sect_size = bfd_section_size (exec_bfd, interp_sect); in enable_break() 1085 interp_text_sect_low + bfd_section_size (tmp_bfd, interp_sect); in enable_break() 1093 interp_plt_sect_low + bfd_section_size (tmp_bfd, interp_sect); in enable_break()
|
| D | corelow.c | 454 size = bfd_section_size (core_bfd, section); in get_core_register_section() 550 size = bfd_section_size (core_bfd, section); in core_xfer_partial()
|
| D | somsolib.c | 247 st_size += (LONGEST) bfd_section_size (abfd, sect); in som_solib_sizeof_symbol_table() 252 st_size += (LONGEST) bfd_section_size (abfd, sect); in som_solib_sizeof_symbol_table() 456 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0) in som_solib_add() 881 if (bfd_section_size (symfile_objfile->obfd, shlib_info) == 0) in som_solib_create_inferior_hook()
|
| D | dve3900-rom.c | 791 if (s->flags & SEC_LOAD && bfd_section_size (abfd, s) != 0) in count_section() 815 bfd_size_type section_size = bfd_section_size (abfd, s); in load_section()
|
| D | objfiles.c | 88 if (0 == bfd_section_size (abfd, asect)) in add_to_objfile_sections() 95 section.endaddr = section.addr + bfd_section_size (abfd, asect); in add_to_objfile_sections()
|
| D | hpread.c | 383 header_section_size = bfd_section_size (objfile->obfd, header_section); in hpread_pxdb_needed() 450 header_section_size = bfd_section_size (objfile->obfd, header_section); in hpread_pxdb_needed() 1686 bfd_section_size (objfile->obfd, gntt_section)); in hpread_symfile_init() 1689 0, bfd_section_size (objfile->obfd, gntt_section)); in hpread_symfile_init() 1692 = bfd_section_size (objfile->obfd, gntt_section) in hpread_symfile_init() 1708 bfd_section_size (objfile->obfd, lntt_section)); in hpread_symfile_init() 1711 0, bfd_section_size (objfile->obfd, lntt_section)); in hpread_symfile_init() 1714 = bfd_section_size (objfile->obfd, lntt_section) in hpread_symfile_init() 1725 bfd_section_size (objfile->obfd, slt_section)); in hpread_symfile_init() 1728 0, bfd_section_size (objfile->obfd, slt_section)); in hpread_symfile_init() [all …]
|
| D | coffread.c | 206 csi->textsize += bfd_section_size (abfd, sectp); in coff_locate_sections() 210 csi->textsize += bfd_section_size (abfd, sectp); in coff_locate_sections() 629 stabstrsize = bfd_section_size (abfd, info->stabstrsect); in coff_symfile_read()
|
| D | maint.c | 332 endaddr = addr + bfd_section_size (abfd, asect); in print_bfd_section_info()
|
| D | elfread.c | 605 bfd_section_size (abfd, str_sect)); in elf_symfile_read()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | rddbg.c | 130 stabsize = bfd_section_size (abfd, sec); in read_section_stabs_debugging_info() 140 strsize = bfd_section_size (abfd, strsec); in read_section_stabs_debugging_info() 349 size = bfd_section_size (abfd, dsec); in read_ieee_debugging_info()
|
| D | size.c | 478 bfd_size_type size = bfd_section_size (file, sec); in sysv_internal_sizer() 500 bfd_size_type size = bfd_section_size (file, sec); in sysv_internal_printer()
|
| D | objdump.c | 312 (unsigned long) bfd_section_size (abfd, section) / opb); in dump_section_header() 749 + bfd_section_size (abfd, sec) / opb))); in find_symbol_for_address() 1350 + bfd_section_size (section->owner, section) / opb)); in disassemble_bytes() 2205 size = bfd_section_size (abfd, stabsect); in read_section_stabs() 2435 if ((datasize = bfd_section_size (abfd, section)) == 0) in dump_section()
|
| D | objcopy.c | 1585 size = bfd_section_size (obfd, osections[i]); in copy_object() 1612 size = bfd_section_size (obfd, osections[c - 1]); in copy_object() 1735 off = bfd_section_size (obfd, osections[i]) - left; in copy_object() 2221 size = bfd_section_size (ibfd, isection); in setup_section()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | obj-ecoff.c | 95 addr += bfd_section_size (stdoutput, sec); in ecoff_frob_file_before_fix() 102 addr += bfd_section_size (stdoutput, secs[i]); in ecoff_frob_file_before_fix()
|
| D | obj-aout.c | 128 if (bfd_section_size (stdoutput, text_section) != 0) in obj_aout_frob_file_before_fix() 131 else if (bfd_section_size (stdoutput, data_section) != 0) in obj_aout_frob_file_before_fix()
|
| /freebsd-12-stable/contrib/wpa/src/utils/ |
| D | trace.c | 158 #define bfd_get_section_size bfd_section_size
|
| /freebsd-12-stable/gnu/usr.bin/gdb/kgdb/ |
| D | kld.c | 216 sec->endaddr = sec->addr + bfd_section_size(abfd, asect); in adjust_section_address()
|
| /freebsd-12-stable/contrib/gdb/gdb/cli/ |
| D | cli-dump.c | 458 bfd_size_type size = bfd_section_size (ibfd, isec); in restore_section_callback()
|