HomeSort by: relevance | last modified time | path
    Searched defs:section_stack (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 442 struct section_stack struct
444 struct section_stack *next;
449 static struct section_stack *section_stack; variable in typeref:struct:section_stack
603 struct section_stack *elt;
604 elt = XNEW (struct section_stack);
605 elt->next = section_stack;
610 section_stack = elt;
1769 struct section_stack *top = section_stack;
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 438 struct section_stack struct
440 struct section_stack *next;
445 static struct section_stack *section_stack; variable in typeref:struct:section_stack
600 struct section_stack *elt;
601 elt = XNEW (struct section_stack);
602 elt->next = section_stack;
607 section_stack = elt;
1746 struct section_stack *top = section_stack;
    [all...]

Completed in 33 milliseconds