Searched refs:bfd_get_section_size (Results 1 – 25 of 26) sorted by relevance
12
259 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()
1356 *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()
86 ei->dbsize = bfd_get_section_size (sectp); in elf_locate_sections()91 ei->lnsize = bfd_get_section_size (sectp); in elf_locate_sections()
96 bfd_size_type size = bfd_get_section_size (s); in load_srec()
961 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 …]
247 sec_size = bfd_get_section_size (sec); in derive_heap_segment()
1576 = 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()
1571 section_size = bfd_get_section_size (section); in e7000_load()
1696 size = bfd_get_section_size (s); in remote_set_transparent_ranges()
4837 size = bfd_get_section_size (s); in compare_sections_command()
144 size = bfd_get_section_size (section); in find_address_in_section()165 size = bfd_get_section_size (section); in find_offset_in_section()
419 size = bfd_get_section_size (sec); in berkeley_sum()
345 sectsize = bfd_get_section_size (sect); in strings_a_section()
2340 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()
456 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()
161 head->sections[i].size = bfd_get_section_size (section); in do_sections_p1()
1699 datasize = bfd_get_section_size (section); in disassemble_section()2049 section->size = bfd_get_section_size (sec); in load_debug_section()
1906 size = bfd_get_section_size (section); in find_address_in_section()
1255 size = bfd_get_section_size (s); in scan_drectve_symbols()
252 count = bfd_get_section_size (p);
1445 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()
142 size = bfd_get_section_size(section); in find_addr_sect()
336 #define bfd_get_section_size(ptr) ((ptr)->size) macro
343 #define bfd_get_section_size(ptr) ((ptr)->size) macro
349 #define bfd_get_section_size(ptr) ((ptr)->size) macro