Searched refs:bfd_get_section_size_before_reloc (Results 1 – 25 of 32) sorted by relevance
12
86 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);
288 size = bfd_get_section_size_before_reloc (msec);505 size = bfd_get_section_size_before_reloc (msec);
1157 : bfd_get_section_size_before_reloc (sec))
968 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);
2553 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);
4140 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);
1540 sec_size = bfd_get_section_size_before_reloc (sect);
1397 #define bfd_get_section_size_before_reloc(section) \ macro
2317 natsize = bfd_get_section_size_before_reloc (section);
140 size = bfd_get_section_size_before_reloc (section); in find_address_in_section()
323 bfd_size_type sz = bfd_get_section_size_before_reloc (sect); in strings_a_section()
434 size = bfd_get_section_size_before_reloc (sec); in berkeley_sum()
436 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()
1907 size = bfd_get_section_size_before_reloc (section); in find_address_in_section()
1981 size = bfd_get_section_size_before_reloc (isection); in copy_section()
1591 datasize = bfd_get_section_size_before_reloc (section); in disassemble_section()
1213 size = bfd_get_section_size_before_reloc (s); in scan_drectve_symbols()
34 instead of bfd_get_section_size_before_reloc or _raw_size.
256 link_order->size = bfd_get_section_size_before_reloc (i); in build_link_order()
518 int size = bfd_get_section_size_before_reloc (s); in process_def_file()
1382 if (bfd_get_section_size_before_reloc (sec) == 01557 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;
542 _raw_size or bfd_get_section_size_before_reloc. Don't set reloc_done.
518 #define bfd_get_section_size_before_reloc(section) \
802 instead of bfd_get_section_size_before_reloc or _raw_size.
2957 (bfd_get_section_size_before_reloc): Delete.2973 bfd_get_section_size_before_reloc with bfd_get_section_size.