Home
last modified time | relevance | path

Searched refs:next_load_seg (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-nacl.c260 struct elf_segment_map **next_load_seg = NULL; in nacl_modify_program_headers() local
273 next_load_seg = m; in nacl_modify_program_headers()
285 if (next_load_seg != NULL) in nacl_modify_program_headers()
289 struct elf_segment_map *next_seg = *next_load_seg; in nacl_modify_program_headers()
293 if (next_load_seg == &first_seg->next) in nacl_modify_program_headers()
302 *next_load_seg = next_next; in nacl_modify_program_headers()
304 first_seg->next = *next_load_seg; in nacl_modify_program_headers()
305 *next_load_seg = first_seg; in nacl_modify_program_headers()