Home
last modified time | relevance | path

Searched refs:view_size (Results 1 – 25 of 28) sorted by relevance

12

/dragonfly/contrib/binutils-2.27/gold/
H A Dreloc.cc648 views[i].view_size, in do_relocate()
787 if (view_size == 0) in write_sections()
804 view_size, view)); in write_sections()
842 pvs->view_size = view_size; in write_sections()
847 && view_size > size / 8 in write_sections()
962 section_size_type view_size = (*pviews)[index].view_size; in do_relocate_sections() local
1000 (*pviews)[i].view_size); in do_relocate_sections()
1015 *plen = v.view_size; in do_get_output_view()
1193 view, view_size, in split_stack_adjust()
1200 view, view_size, in split_stack_adjust()
[all …]
H A Di386.cc457 section_size_type view_size,
675 section_size_type view_size);
684 section_size_type view_size);
712 section_size_type view_size);
721 section_size_type view_size);
3001 view, address, view_size); in relocate()
3062 view_size); in relocate_tls()
3115 view_size); in relocate_tls()
3239 view_size); in relocate_tls()
3692 view_size, in relocate_section()
[all …]
H A Dx86_64.cc850 section_size_type view_size);
859 section_size_type view_size);
3812 view, address, view_size); in relocate()
3906 view_size); in relocate_tls()
3965 view_size); in relocate_tls()
4000 view_size); in relocate_tls()
4097 view_size); in relocate_tls()
4111 view_size); in relocate_tls()
4515 view_size, in relocate_section()
4544 view_size); in apply_relocation()
[all …]
H A Dtarget.cc182 Target::match_view(const unsigned char* view, section_size_type view_size, in match_view() argument
186 if (offset + len > view_size) in match_view()
195 Target::set_view_to_nop(unsigned char* view, section_size_type view_size, in set_view_to_nop() argument
198 gold_assert(offset >= 0 && offset + len <= view_size); in set_view_to_nop()
H A Dtarget.h331 section_size_type view_size) const in is_call_to_non_split() argument
332 { return this->do_is_call_to_non_split(sym, preloc, view, view_size); } in is_call_to_non_split()
344 unsigned char* view, section_size_type view_size, in calls_non_split() argument
348 prelocs, reloc_count, view, view_size, in calls_non_split()
733 match_view(const unsigned char* view, section_size_type view_size,
739 set_view_to_nop(unsigned char* view, section_size_type view_size,
912 section_size_type view_size,
961 section_size_type view_size,
H A Dtls.h53 section_size_type view_size, int off) in check_range() argument
57 if (offset > view_size) in check_range()
H A Dtarget-reloc.h271 section_size_type view_size, in relocate_section() argument
400 if (offset < 0 || static_cast<section_size_type>(offset) >= view_size) in relocate_section()
405 v, view_address + offset, view_size)) in relocate_section()
441 section_size_type view_size) in apply_relocation() argument
465 view + r_offset, address + r_offset, view_size); in apply_relocation()
743 section_size_type view_size, in relocate_relocs() argument
775 view_size, pwrite); in relocate_relocs()
H A Darm.cc5023 && (view_size in relocate_stubs()
5031 address, view_size); in relocate_stubs()
5038 address, view_size); in relocate_stubs()
5047 address, view_size); in relocate_stubs()
6610 view_size); in do_relocate_sections()
6618 section_size_type view_size = (*pviews)[i].view_size; in do_relocate_sections() local
10132 view_size = section_size; in relocate_section()
10146 view_size, in relocate_section()
10276 view_size, in relocate_relocs()
12135 view_size); in scan_section_for_stubs()
[all …]
H A Dsparc.cc120 section_size_type view_size,
164 section_size_type view_size,
352 section_size_type view_size);
3281 section_size_type view_size) in relocate() argument
3674 address, view_size); in relocate()
4095 section_size_type view_size) in relax_call() argument
4128 if (rela.get_r_offset() + 8 > view_size) in relax_call()
4244 section_size_type view_size, in relocate_section() argument
4264 view_size, in relocate_section()
4359 section_size_type view_size, in relocate_relocs() argument
[all …]
H A Daarch64.cc1604 view, address, view_size); in relocate_stubs()
1655 section_size_type view_size) in relocate_stub() argument
2094 view_size); in do_relocate_sections()
2856 section_size_type view_size,
2900 section_size_type view_size,
3987 section_size_type view_size) in scan_section_for_stubs() argument
3998 view_size); in scan_section_for_stubs()
7901 section_size_type view_size, in relocate_section() argument
7921 view_size, in relocate_section()
8016 section_size_type view_size, in relocate_relocs() argument
[all …]
H A Dincremental.cc105 write_got_plt(unsigned char* pov, off_t view_size);
800 size_t view_size = os->data_size(); in do_apply_incremental_relocs() local
802 view_size); in do_apply_incremental_relocs()
813 gsym, view, address, view_size); in do_apply_incremental_relocs()
817 of->write_output_view(section_offset, view_size, view); in do_apply_incremental_relocs()
1940 off_t view_size) in write_got_plt() argument
1957 gold_assert(pov + view_size == in write_got_plt()
H A Dtilegx.cc293 section_size_type view_size,
337 section_size_type view_size,
446 section_size_type view_size);
4749 section_size_type view_size, in relocate_section() argument
4769 view_size, in relocate_section()
4786 section_size_type view_size) in apply_relocation() argument
4798 view_size); in apply_relocation()
4892 section_size_type view_size, in relocate_relocs() argument
4909 view_size, in relocate_relocs()
H A Ddynobj.h320 File_view** view, section_size_type* view_size,
H A Ddynobj.cc215 section_size_type* view_size, in read_dynsym_section() argument
221 *view_size = 0; in read_dynsym_section()
236 *view_size = convert_to_section_size_type(shdr.get_sh_size()); in read_dynsym_section()
H A Dmips.cc3359 section_size_type view_size,
3403 section_size_type view_size,
9861 section_size_type view_size, in relocate_section() argument
9882 view_size, in relocate_section()
9900 view_size, in relocate_section()
10119 section_size_type view_size, in relocate_relocs() argument
10136 view_size, in relocate_relocs()
10153 view_size, in relocate_relocs()
10449 section_size_type view_size = 0; in local() local
10529 section_size_type view_size = 0; in local() local
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dreloc.cc648 views[i].view_size, in do_relocate()
787 if (view_size == 0) in write_sections()
804 view_size, view)); in write_sections()
842 pvs->view_size = view_size; in write_sections()
847 && view_size > size / 8 in write_sections()
985 section_size_type view_size = (*pviews)[index].view_size; in relocate_section_range() local
1023 (*pviews)[i].view_size); in relocate_section_range()
1038 *plen = v.view_size; in do_get_output_view()
1216 view, view_size, in split_stack_adjust()
1223 view, view_size, in split_stack_adjust()
[all …]
H A Di386.cc457 section_size_type view_size,
675 section_size_type view_size);
684 section_size_type view_size);
712 section_size_type view_size);
721 section_size_type view_size);
3004 view, address, view_size); in relocate()
3065 view_size); in relocate_tls()
3118 view_size); in relocate_tls()
3242 view_size); in relocate_tls()
3695 view_size, in relocate_section()
[all …]
H A Dtarget.cc182 Target::match_view(const unsigned char* view, section_size_type view_size, in match_view() argument
186 if (offset + len > view_size) in match_view()
195 Target::set_view_to_nop(unsigned char* view, section_size_type view_size, in set_view_to_nop() argument
198 gold_assert(offset >= 0 && offset + len <= view_size); in set_view_to_nop()
H A Dx86_64.cc1103 section_size_type view_size);
1112 section_size_type view_size);
4977 view, address, view_size); in relocate()
5071 view_size); in relocate_tls()
5130 view_size); in relocate_tls()
5165 view_size); in relocate_tls()
5262 view_size); in relocate_tls()
5276 view_size); in relocate_tls()
5680 view_size, in relocate_section()
5709 view_size); in apply_relocation()
[all …]
H A Dtarget.h341 section_size_type view_size) const in is_call_to_non_split() argument
342 { return this->do_is_call_to_non_split(sym, preloc, view, view_size); } in is_call_to_non_split()
354 unsigned char* view, section_size_type view_size, in calls_non_split() argument
358 prelocs, reloc_count, view, view_size, in calls_non_split()
756 match_view(const unsigned char* view, section_size_type view_size,
762 set_view_to_nop(unsigned char* view, section_size_type view_size,
940 section_size_type view_size,
989 section_size_type view_size,
H A Dtls.h53 section_size_type view_size, int off) in check_range() argument
57 if (offset > view_size) in check_range()
H A Dtarget-reloc.h317 section_size_type view_size, in relocate_section() argument
444 if (offset < 0 || static_cast<section_size_type>(offset) >= view_size) in relocate_section()
449 v, view_address + offset, view_size)) in relocate_section()
485 section_size_type view_size) in apply_relocation() argument
509 view + r_offset, address + r_offset, view_size); in apply_relocation()
787 section_size_type view_size, in relocate_relocs() argument
819 view_size, pwrite); in relocate_relocs()
H A Dincremental.cc105 write_got_plt(unsigned char* pov, off_t view_size);
805 size_t view_size = os->data_size(); in do_apply_incremental_relocs() local
807 view_size); in do_apply_incremental_relocs()
818 gsym, view, address, view_size); in do_apply_incremental_relocs()
822 of->write_output_view(section_offset, view_size, view); in do_apply_incremental_relocs()
1945 off_t view_size) in write_got_plt() argument
1962 gold_assert(pov + view_size == in write_got_plt()
H A Ddynobj.h320 File_view** view, section_size_type* view_size,
H A Ddynobj.cc215 section_size_type* view_size, in read_dynsym_section() argument
221 *view_size = 0; in read_dynsym_section()
236 *view_size = convert_to_section_size_type(shdr.get_sh_size()); in read_dynsym_section()

12