Searched refs:bfd_get_section_size (Results 1 – 25 of 30) sorted by relevance
12
1194 crc_offset = strnlen (name, bfd_get_section_size (sect)) + 1; in bfd_get_debug_link_info()1196 if (crc_offset >= bfd_get_section_size (sect)) in bfd_get_debug_link_info()1250 buildid_offset = strnlen (name, bfd_get_section_size (sect)) + 1; in bfd_get_alt_debug_link_info()1251 if (buildid_offset >= bfd_get_section_size (sect)) in bfd_get_alt_debug_link_info()1254 *buildid_len = bfd_get_section_size (sect) - buildid_offset; in bfd_get_alt_debug_link_info()
286 #define bfd_get_section_size(ptr) ((ptr)->size) macro
2549 * bfd-in.h (bfd_section_size, bfd_get_section_size): Use size.2572 bfd_section_size and bfd_get_section_size. Rename "raw_size" var in2970 (bfd_get_section_size): New macro.2973 bfd_get_section_size_before_reloc with bfd_get_section_size.
269 core_text_space = malloc (bfd_get_section_size (core_text_sect)); in core_get_text_space()274 whoami, (unsigned long) bfd_get_section_size (core_text_sect)); in core_get_text_space()279 0, bfd_get_section_size (core_text_sect))) in core_get_text_space()791 vma_high = core_text_sect->vma + bfd_get_section_size (core_text_sect); in core_create_line_syms()
152 = core_text_sect->vma + bfd_get_section_size (core_text_sect) - 1; in symtab_finalize()
33 * corefile.c (core_init): Use bfd_get_section_size
175 size = bfd_get_section_size (section); in find_address_in_section()197 size = bfd_get_section_size (section); in find_offset_in_section()
434 vma = bfd_get_section_size (data_sec); in main()444 data_size = bfd_get_section_size (data_sec); in main()505 sym->value = bfd_get_section_size (bss_sec); in main()673 endsym->value = bfd_get_section_size (bss_sec); in main()1236 size = bfd_get_section_size (insec); in copy_sections()1881 (size_t) (bfd_get_section_size (insec) - powerpc_initial_got_size)); in powerpc_mangle_relocs()
766 size = bfd_get_section_size (debugsec); in dump_xcoff32_symbols()1054 size = bfd_get_section_size (loader); in dump_xcoff32_loader()1201 size = bfd_get_section_size (sec); in dump_xcoff32_except()1244 size = bfd_get_section_size (sec); in dump_xcoff32_typchk()1454 text_size = bfd_get_section_size (text_sec); in dump_xcoff32_traceback()
1884 bfd_size_type size = bfd_get_section_size (sec); in copy_object()2877 size = bfd_get_section_size (isection); in skip_section()2983 size = bfd_get_section_size (isection); in copy_section()3121 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2)) in compare_section_lma()3123 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2)) in compare_section_lma()
340 sectsize = bfd_get_section_size (sect); in strings_a_section()
449 size = bfd_get_section_size (sec); in berkeley_sum()
460 while (i < bfd_get_section_size (section->bfd_section)) in wr_ob()466 if (i + todo > bfd_get_section_size (section->bfd_section)) in wr_ob()467 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()
1916 datasize = bfd_get_section_size (section); in disassemble_section()2266 section->size = bfd_get_section_size (sec); in load_specific_debug_section()
541 * objcopy.c (copy_section): Use bfd_get_section_size instead of
2089 size = bfd_get_section_size (bfdsec); in dump_section_content()
1937 size = bfd_get_section_size (section); in find_address_in_section()
1405 size = bfd_get_section_size (s); in scan_drectve_symbols()
252 count = bfd_get_section_size (p);
412 * arc-ext.c (build_ARC_extmap): Use bfd_get_section_size
1504 if (bfd_get_section_size (sec) == 0 in coff_adjust_section_syms()1742 bfd_vma size = bfd_get_section_size (sec); in coff_frob_section()1801 size = bfd_get_section_size (strsec); in coff_frob_section()1803 n_entries = bfd_get_section_size (sec) / 12 - 1; in coff_frob_section()
1732 ms->size = bfd_get_section_size (sec); in obj_mach_o_set_section_vma()
571 if (size == 0 && bfd_get_section_size (sec) != 0 && in size_seg()
801 * ldwrite.c (build_link_order): Use bfd_get_section_size