Home
last modified time | relevance | path

Searched refs:bfd_get_section_size_before_reloc (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/bfd/
H A Di386msdos.c86 if (bfd_get_section_size_before_reloc (sec) == 0)
91 + bfd_get_section_size_before_reloc (sec);
99 + bfd_get_section_size_before_reloc (sec);
H A Ddwarf1.c288 size = bfd_get_section_size_before_reloc (msec);
505 size = bfd_get_section_size_before_reloc (msec);
H A Dsection.c1157 : bfd_get_section_size_before_reloc (sec))
H A Dcoff64-rs6000.c968 internal_a.tsize = bfd_get_section_size_before_reloc (text_sec);
974 internal_a.dsize = bfd_get_section_size_before_reloc (data_sec);
980 internal_a.bsize = bfd_get_section_size_before_reloc (bss_sec);
H A Decoff.c2553 section.s_size = bfd_get_section_size_before_reloc (current);
2604 text_size += bfd_get_section_size_before_reloc (current);
2620 data_size += bfd_get_section_size_before_reloc (current);
2629 bss_size += bfd_get_section_size_before_reloc (current);
H A Dcoffcode.h4140 internal_a.tsize = bfd_get_section_size_before_reloc (text_sec);
4145 internal_a.dsize = bfd_get_section_size_before_reloc (data_sec);
4150 internal_a.bsize = bfd_get_section_size_before_reloc (bss_sec);
H A Dcoffgen.c1540 sec_size = bfd_get_section_size_before_reloc (sect);
H A Dbfd-in2.h1397 #define bfd_get_section_size_before_reloc(section) \ macro
H A Dpdp11.c2317 natsize = bfd_get_section_size_before_reloc (section);
/openbsd/gnu/usr.bin/binutils/binutils/
H A Daddr2line.c140 size = bfd_get_section_size_before_reloc (section); in find_address_in_section()
H A Dstrings.c323 bfd_size_type sz = bfd_get_section_size_before_reloc (sect); in strings_a_section()
H A Dsize.c434 size = bfd_get_section_size_before_reloc (sec); in berkeley_sum()
H A Dnlmconv.c436 vma = bfd_get_section_size_before_reloc (data_sec); in main()
446 data_size = bfd_get_section_size_before_reloc (data_sec); in main()
675 endsym->value = bfd_get_section_size_before_reloc (bss_sec); in main()
1235 size = bfd_get_section_size_before_reloc (insec); in copy_sections()
H A Dprdbg.c1907 size = bfd_get_section_size_before_reloc (section); in find_address_in_section()
H A Dobjcopy.c1981 size = bfd_get_section_size_before_reloc (isection); in copy_section()
H A Dobjdump.c1591 datasize = bfd_get_section_size_before_reloc (section); in disassemble_section()
H A Ddlltool.c1213 size = bfd_get_section_size_before_reloc (s); in scan_drectve_symbols()
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A DChangeLog-200434 instead of bfd_get_section_size_before_reloc or _raw_size.
/openbsd/gnu/usr.bin/binutils/ld/
H A Dldwrite.c256 link_order->size = bfd_get_section_size_before_reloc (i); in build_link_order()
H A Dpe-dll.c518 int size = bfd_get_section_size_before_reloc (s); in process_def_file()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dobj-coff.c1382 if (bfd_get_section_size_before_reloc (sec) == 0
1557 size = bfd_get_section_size_before_reloc (sec);
1610 size = bfd_get_section_size_before_reloc (strsec);
1612 n_entries = bfd_get_section_size_before_reloc (sec) / 12 - 1;
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-2004542 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dsection.texi518 #define bfd_get_section_size_before_reloc(section) \
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-2004802 instead of bfd_get_section_size_before_reloc or _raw_size.
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-20042957 (bfd_get_section_size_before_reloc): Delete.
2973 bfd_get_section_size_before_reloc with bfd_get_section_size.

12