Searched refs:section_stack (Results 1 – 1 of 1) sorted by relevance
472 struct section_stack struct474 struct section_stack *next; argument479 static struct section_stack *section_stack; variable533 struct section_stack *elt; in obj_elf_change_section()534 elt = xmalloc (sizeof (struct section_stack)); in obj_elf_change_section()535 elt->next = section_stack; in obj_elf_change_section()540 section_stack = elt; in obj_elf_change_section()1123 struct section_stack *top = section_stack; in obj_elf_popsection()1135 section_stack = top->next; in obj_elf_popsection()