Home
last modified time | relevance | path

Searched refs:extern_symbol (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1295 Symbol *extern_symbol = nullptr; in LookupFunction() local
1324 extern_symbol = sym_ctx.symbol; in LookupFunction()
1344 if (extern_symbol) { in LookupFunction()
1345 AddOneFunction(context, nullptr, extern_symbol); in LookupFunction()
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c9470 typedef struct extern_symbol GTY(())
9474 } extern_symbol; typedef
9477 DEF_VEC_O(extern_symbol);
9478 DEF_VEC_ALLOC_O(extern_symbol,gc);
9481 static GTY(()) VEC(extern_symbol,gc) *extern_symbols;
9491 extern_symbol * p = VEC_safe_push (extern_symbol, gc, extern_symbols, NULL); in pa_hpux_asm_output_external()
9506 extern_symbol *p; in pa_hpux_file_end()
9513 for (i = 0; VEC_iterate (extern_symbol, extern_symbols, i, p); i++) in pa_hpux_file_end()
9522 VEC_free (extern_symbol, gc, extern_symbols); in pa_hpux_file_end()