• Home
  • Raw
  • Download

Lines Matching refs:view

679       if (views[i].view != NULL)  in do_relocate()
682 this->reverse_words(views[i].view, views[i].view_size); in do_relocate()
688 views[i].view); in do_relocate()
691 views[i].view); in do_relocate()
734 pvs->view = NULL; in write_sections()
763 pvs->view = of->get_output_view(pvs->offset, pvs->view_size); in write_sections()
832 unsigned char* view; in write_sections() local
836 view = buffer + view_start; in write_sections()
843 view_size, view)); in write_sections()
849 view = of->get_input_output_view(view_start, view_size); in write_sections()
852 view = of->get_output_view(view_start, view_size); in write_sections()
859 view_size, view)); in write_sections()
869 if (!decompress_input_section(p, len, view, view_size)) in write_sections()
874 pvs->view = view; in write_sections()
953 gold_assert((*pviews)[index].view != NULL); in do_relocate_sections()
955 gold_assert((*pviews)[i].view != NULL); in do_relocate_sections()
997 unsigned char* view = (*pviews)[index].view; in do_relocate_sections() local
1007 prelocs, reloc_count, view, view_size, in do_relocate_sections()
1015 view, address, view_size, reloc_map); in do_relocate_sections()
1021 view, address, view_size, in do_relocate_sections()
1022 (*pviews)[i].view, in do_relocate_sections()
1034 view, address, view_size, in do_relocate_sections()
1035 (*pviews)[i].view, in do_relocate_sections()
1104 unsigned char* const view = of->get_output_view(relocs_off, relocs_size); in incremental_relocs_write_reltype() local
1153 unsigned char* pov = view + reloc_index * incr_reloc_size; in incremental_relocs_write_reltype()
1158 of->write_output_view(pov - view, incr_reloc_size, view); in incremental_relocs_write_reltype()
1206 unsigned char* view, in split_stack_adjust() argument
1213 view, view_size, in split_stack_adjust()
1220 view, view_size, in split_stack_adjust()
1237 unsigned char* view, in split_stack_adjust_reltype() argument
1332 view, view_size, &from, &to); in split_stack_adjust_reltype()
1438 Sized_relobj_file<size, big_endian>::reverse_words(unsigned char* view, in reverse_words() argument
1442 Valtype* vview = reinterpret_cast<Valtype*>(view); in reverse_words()