Searched refs:options_segment (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c9262 struct elf_segment_map *options_segment;
9271 options_segment = bfd_zalloc (abfd, amt);
9272 options_segment->next = *pm;
9273 options_segment->p_type = PT_MIPS_OPTIONS;
9274 options_segment->p_flags = PF_R;
9275 options_segment->p_flags_valid = TRUE;
9276 options_segment->count = 1;
9277 options_segment->sections[0] = s;
9278 *pm = options_segment;
9228 struct elf_segment_map *options_segment; local
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c12407 struct elf_segment_map *options_segment;
12418 options_segment = bfd_zalloc (abfd, amt);
12419 options_segment->next = *pm;
12420 options_segment->p_type = PT_MIPS_OPTIONS;
12421 options_segment->p_flags = PF_R;
12422 options_segment->p_flags_valid = TRUE;
12423 options_segment->count = 1;
12424 options_segment->sections[0] = s;
12425 *pm = options_segment;
12370 struct elf_segment_map *options_segment; local

Completed in 145 milliseconds