Lines Matching full:options_segment
12203 struct elf_segment_map *options_segment;
12214 options_segment = bfd_zalloc (abfd, amt);
12215 options_segment->next = *pm;
12216 options_segment->p_type = PT_MIPS_OPTIONS;
12217 options_segment->p_flags = PF_R;
12218 options_segment->p_flags_valid = TRUE;
12219 options_segment->count = 1;
12220 options_segment->sections[0] = s;
12221 *pm = options_segment;