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

  /toolchain/binutils/binutils-2.27/binutils/
wrstabs.c 149 struct stab_type_stack *type_stack; member in struct:stab_write_handle
413 s->next = info->type_stack;
414 info->type_stack = s;
440 s = info->type_stack;
443 info->type_stack = s->next;
494 info.type_stack = NULL;
855 assert (info->type_stack != NULL);
856 targindex = info->type_stack->index;
866 definition = info->type_stack->definition;
893 if (tindex != 0 && ! info->type_stack->definition
    [all...]
ieee.c 3849 struct ieee_type_stack *type_stack; member in struct:ieee_handle
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation_protobuf.h 399 bool AddDiffMessageIR(const DiffMessageIR *, const std::string &type_stack,
422 const std::string &type_stack, DiffKind diff_kind);
425 const std::string &type_stack, DiffKind diff_kind);
429 const std::string &type_stack, DiffKind diff_kind);
432 const std::string &type_stack, DiffKind diff_kind);
ir_representation.h     [all...]
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp     [all...]

Completed in 124 milliseconds