Searched refs:section_stack (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-elf.c480 struct section_stack struct
482 struct section_stack *next;
487 static struct section_stack *section_stack; variable in typeref:struct:section_stack
541 struct section_stack *elt;
542 elt = xmalloc (sizeof (struct section_stack));
543 elt->next = section_stack;
548 section_stack = elt;
1140 struct section_stack *top = section_stack;
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dobj-elf.c509 struct section_stack struct
511 struct section_stack *next;
516 static struct section_stack *section_stack; variable in typeref:struct:section_stack
570 struct section_stack *elt;
571 elt = XNEW (struct section_stack);
572 elt->next = section_stack;
577 section_stack = elt;
1308 struct section_stack *top = section_stack;
[all...]

Completed in 175 milliseconds