HomeSort by relevance Sort by last modified time
    Searched refs:section_stack (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
obj-elf.c 511 struct section_stack struct
513 struct section_stack *next;
518 static struct section_stack *section_stack; variable in typeref:struct:section_stack
572 struct section_stack *elt;
573 elt = XNEW (struct section_stack);
574 elt->next = section_stack;
579 section_stack = elt;
1309 struct section_stack *top = section_stack;
    [all...]
  /external/boringssl/src/crypto/conf/
conf.c 398 STACK_OF(CONF_VALUE) *section_stack = (STACK_OF(CONF_VALUE)*) section->value;
402 if (!sk_CONF_VALUE_push(section_stack, value)) {
410 (void)sk_CONF_VALUE_delete_ptr(section_stack, old_value);

Completed in 704 milliseconds