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

  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 509 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 = (struct section_stack *) xmalloc (sizeof (struct section_stack));
572 elt->next = section_stack;
577 section_stack = elt;
1246 struct section_stack *top = section_stack
    [all...]
  /external/boringssl/src/crypto/conf/
conf.c 384 STACK_OF(CONF_VALUE) *section_stack = (STACK_OF(CONF_VALUE)*) section->value;
388 if (!sk_CONF_VALUE_push(section_stack, value)) {
396 (void)sk_CONF_VALUE_delete_ptr(section_stack, old_value);

Completed in 259 milliseconds