Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf-nacl.c258 struct elf_segment_map **first_load_seg = m; in nacl_modify_program_headers() local
288 struct elf_segment_map *first_seg = *first_load_seg; in nacl_modify_program_headers()
295 *first_load_seg = next_seg; in nacl_modify_program_headers()
301 *first_load_seg = first_next; in nacl_modify_program_headers()
307 next_seg->next = *first_load_seg; in nacl_modify_program_headers()
308 *first_load_seg = next_seg; in nacl_modify_program_headers()