Searched refs:file_stack (Results 1 – 1 of 1) sorted by relevance
182 stk_t *file_stack; in stabs_read() local201 file_stack = stack_new(free); in stabs_read()203 stack_push(file_stack, (void *)file); in stabs_read()234 if (stack_level(file_stack) != 1) { in stabs_read()235 str = (char *)stack_pop(file_stack); in stabs_read()237 curhdr = (char *)stack_peek(file_stack); in stabs_read()258 stack_push(file_stack, (void *)curhdr); in stabs_read()