Home
last modified time | relevance | path

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

12

/toolchain/binutils/binutils-2.25/bfd/
Dopncls.c1194 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()
Dbfd-in.h286 #define bfd_get_section_size(ptr) ((ptr)->size) macro
DChangeLog-20042549 * 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 in
2970 (bfd_get_section_size): New macro.
2973 bfd_get_section_size_before_reloc with bfd_get_section_size.
/toolchain/binutils/binutils-2.25/gprof/
Dcorefile.c269 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()
Dsymtab.c152 = core_text_sect->vma + bfd_get_section_size (core_text_sect) - 1; in symtab_finalize()
DChangeLog-200433 * corefile.c (core_init): Use bfd_get_section_size
/toolchain/binutils/binutils-2.25/binutils/
Daddr2line.c175 size = bfd_get_section_size (section); in find_address_in_section()
197 size = bfd_get_section_size (section); in find_offset_in_section()
Dnlmconv.c434 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()
Dod-xcoff.c766 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()
Dobjcopy.c1884 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()
Dstrings.c340 sectsize = bfd_get_section_size (sect); in strings_a_section()
Dsize.c449 size = bfd_get_section_size (sec); in berkeley_sum()
Dsrconv.c460 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()
Dcoffgrok.c161 head->sections[i].size = bfd_get_section_size (section); in do_sections_p1()
Dobjdump.c1916 datasize = bfd_get_section_size (section); in disassemble_section()
2266 section->size = bfd_get_section_size (sec); in load_specific_debug_section()
DChangeLog-2004541 * objcopy.c (copy_section): Use bfd_get_section_size instead of
Dod-macho.c2089 size = bfd_get_section_size (bfdsec); in dump_section_content()
Dprdbg.c1937 size = bfd_get_section_size (section); in find_address_in_section()
Ddlltool.c1405 size = bfd_get_section_size (s); in scan_drectve_symbols()
/toolchain/binutils/binutils-2.25/opcodes/
Darc-ext.c252 count = bfd_get_section_size (p);
DChangeLog-2004412 * arc-ext.c (build_ARC_extmap): Use bfd_get_section_size
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c1504 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()
Dobj-macho.c1732 ms->size = bfd_get_section_size (sec); in obj_mach_o_set_section_vma()
/toolchain/binutils/binutils-2.25/gas/
Dwrite.c571 if (size == 0 && bfd_get_section_size (sec) != 0 && in size_seg()
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2004801 * ldwrite.c (build_link_order): Use bfd_get_section_size

12