Searched refs:section_stack (Results 1 – 2 of 2) sorted by relevance
509 struct section_stack struct511 struct section_stack *next; argument516 static struct section_stack *section_stack; variable570 struct section_stack *elt; in obj_elf_change_section()571 elt = (struct section_stack *) xmalloc (sizeof (struct section_stack)); in obj_elf_change_section()572 elt->next = section_stack; in obj_elf_change_section()577 section_stack = elt; in obj_elf_change_section()1246 struct section_stack *top = section_stack; in obj_elf_popsection()1258 section_stack = top->next; in obj_elf_popsection()
1330 (section_stack): New.