Lines Matching full:section
32 asection *section ATTRIBUTE_UNUSED, in simple_dummy_warning()
42 asection *section ATTRIBUTE_UNUSED, in simple_dummy_undefined_symbol()
56 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_overflow()
66 asection *section ATTRIBUTE_UNUSED, in simple_dummy_reloc_dangerous()
76 asection *section ATTRIBUTE_UNUSED, in simple_dummy_unattached_reloc()
103 asection *section; member
108 asection *section, in simple_save_output_info() argument
112 output_info[section->index].offset = section->output_offset; in simple_save_output_info()
113 output_info[section->index].section = section->output_section; in simple_save_output_info()
114 if ((section->flags & SEC_DEBUGGING) != 0 in simple_save_output_info()
115 || section->output_section == NULL) in simple_save_output_info()
117 section->output_offset = 0; in simple_save_output_info()
118 section->output_section = section; in simple_save_output_info()
124 asection *section, in simple_restore_output_info() argument
128 section->output_offset = output_info[section->index].offset; in simple_restore_output_info()
129 section->output_section = output_info[section->index].section; in simple_restore_output_info()
141 Returns the relocated contents of section @var{sec}. The symbols in
202 link_order.u.indirect.section = sec; in bfd_simple_get_relocated_section_contents()
217 section-relative offsets anyway), we need to reset the output offsets in bfd_simple_get_relocated_section_contents()
218 to zero. We also need to arrange for section->output_section->vma plus in bfd_simple_get_relocated_section_contents()
219 section->output_offset to equal section->vma, which we do by setting in bfd_simple_get_relocated_section_contents()
220 section->output_section to point back to section. Save the original in bfd_simple_get_relocated_section_contents()
221 output offset and output section to restore later. */ in bfd_simple_get_relocated_section_contents()