Home
last modified time | relevance | path

Searched refs:bfd_get_section_size (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-10-stable/contrib/gdb/gdb/
Dmipsread.c259 sym_secsize = bfd_get_section_size (si.sym_sect); in read_alphacoff_dynamic_symtab()
260 str_secsize = bfd_get_section_size (si.str_sect); in read_alphacoff_dynamic_symtab()
261 dyninfo_secsize = bfd_get_section_size (si.dyninfo_sect); in read_alphacoff_dynamic_symtab()
262 got_secsize = bfd_get_section_size (si.got_sect); in read_alphacoff_dynamic_symtab()
Dsymfile.c1356 *sum += bfd_get_section_size (asec); in add_section_size_callback()
1376 bfd_size_type size = bfd_get_section_size (asec); in load_section_callback()
2882 size = bfd_get_section_size (section); in pc_in_unmapped_range()
2902 size = bfd_get_section_size (section); in pc_in_mapped_range()
2918 CORE_ADDR a_end = a->vma + bfd_get_section_size (a); in sections_overlap()
2920 CORE_ADDR b_end = b->vma + bfd_get_section_size (b); in sections_overlap()
3055 size = bfd_get_section_size (osect->the_bfd_section); in list_overlays_command()
3395 size = bfd_get_section_size (osect->the_bfd_section); in simple_overlay_update_1()
3456 size = bfd_get_section_size (osect->the_bfd_section); in simple_overlay_update()
Delfread.c86 ei->dbsize = bfd_get_section_size (sectp); in elf_locate_sections()
91 ei->lnsize = bfd_get_section_size (sectp); in elf_locate_sections()
Ddsrec.c96 bfd_size_type size = bfd_get_section_size (s); in load_srec()
Ddwarf2read.c961 dwarf_info_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
966 dwarf_abbrev_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
971 dwarf_line_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
976 dwarf_pubnames_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
981 dwarf_aranges_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
986 dwarf_loc_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
991 dwarf_macinfo_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
996 dwarf_str_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
1001 dwarf_frame_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
1009 dwarf_eh_frame_size = bfd_get_section_size (sectp); in dwarf2_locate_sections()
[all …]
Dgcore.c247 sec_size = bfd_get_section_size (sec); in derive_heap_segment()
Ddwarf2-frame.c1576 = bfd_get_section_size (dwarf_eh_frame_section); in dwarf2_build_frame_info()
1604 = bfd_get_section_size (dwarf_frame_section); in dwarf2_build_frame_info()
Dremote-e7000.c1571 section_size = bfd_get_section_size (section); in e7000_load()
Dtracepoint.c1696 size = bfd_get_section_size (s); in remote_set_transparent_ranges()
Dremote.c4837 size = bfd_get_section_size (s); in compare_sections_command()
/freebsd-10-stable/contrib/binutils/binutils/
Daddr2line.c144 size = bfd_get_section_size (section); in find_address_in_section()
165 size = bfd_get_section_size (section); in find_offset_in_section()
Dsize.c419 size = bfd_get_section_size (sec); in berkeley_sum()
Dstrings.c345 sectsize = bfd_get_section_size (sect); in strings_a_section()
Dobjcopy.c2340 size = bfd_get_section_size (isection); in copy_section()
2516 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2)) in compare_section_lma()
2518 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2)) in compare_section_lma()
Dsrconv.c456 while (i < bfd_get_section_size (section->bfd_section)) in wr_ob()
462 if (i + todo > bfd_get_section_size (section->bfd_section)) in wr_ob()
463 todo = bfd_get_section_size (section->bfd_section) - i; in wr_ob()
Dcoffgrok.c161 head->sections[i].size = bfd_get_section_size (section); in do_sections_p1()
Dobjdump.c1699 datasize = bfd_get_section_size (section); in disassemble_section()
2049 section->size = bfd_get_section_size (sec); in load_debug_section()
Dprdbg.c1906 size = bfd_get_section_size (section); in find_address_in_section()
Ddlltool.c1255 size = bfd_get_section_size (s); in scan_drectve_symbols()
/freebsd-10-stable/contrib/binutils/opcodes/
Darc-ext.c252 count = bfd_get_section_size (p);
/freebsd-10-stable/contrib/binutils/gas/config/
Dobj-coff.c1445 if (bfd_get_section_size (sec) == 0 in coff_adjust_section_syms()
1662 size = bfd_get_section_size (sec); in coff_frob_section()
1715 size = bfd_get_section_size (strsec); in coff_frob_section()
1717 n_entries = bfd_get_section_size (sec) / 12 - 1; in coff_frob_section()
/freebsd-10-stable/contrib/wpa/src/utils/
Dtrace.c142 size = bfd_get_section_size(section); in find_addr_sect()
/freebsd-10-stable/contrib/binutils/bfd/
Dbfd-in.h336 #define bfd_get_section_size(ptr) ((ptr)->size) macro
Dbfd-in2.h343 #define bfd_get_section_size(ptr) ((ptr)->size) macro
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h349 #define bfd_get_section_size(ptr) ((ptr)->size) macro

12