Lines Matching refs:next
93 for (seg = *m; seg != NULL; seg = seg->next) in nacl_modify_segment_map()
181 goto next; in nacl_modify_segment_map()
197 prevseg = prevseg->next) in nacl_modify_segment_map()
212 next: in nacl_modify_segment_map()
213 m = &seg->next; in nacl_modify_segment_map()
222 *first_load = first->next; in nacl_modify_segment_map()
223 first->next = last->next; in nacl_modify_segment_map()
224 last->next = first; in nacl_modify_segment_map()
252 m = &(*m)->next; in nacl_modify_program_headers()
266 m = &(*m)->next; in nacl_modify_program_headers()
278 m = &(*m)->next; in nacl_modify_program_headers()
290 struct elf_segment_map *first_next = first_seg->next; in nacl_modify_program_headers()
291 struct elf_segment_map *next_next = next_seg->next; in nacl_modify_program_headers()
293 if (next_load_seg == &first_seg->next) in nacl_modify_program_headers()
296 next_seg->next = first_seg; in nacl_modify_program_headers()
297 first_seg->next = next_next; in nacl_modify_program_headers()
304 first_seg->next = *next_load_seg; in nacl_modify_program_headers()
307 next_seg->next = *first_load_seg; in nacl_modify_program_headers()
325 for (seg = elf_seg_map (abfd); seg != NULL; seg = seg->next) in nacl_final_write_processing()