/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBSymbolContext.cpp | 76 Function *function = nullptr; in GetFunction() local 105 Symbol *symbol = nullptr; in GetSymbol() local 127 void SBSymbolContext::SetFunction(lldb::SBFunction function) { in SetFunction() 148 void SBSymbolContext::SetSymbol(lldb::SBSymbol symbol) { in SetSymbol()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20020402-3.c | 15 struct symbol { struct 22 struct symbol *function; argument
|
/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | disasm.py | 77 function = frame.GetFunction() variable 90 symbol = frame.GetSymbol() variable
|
/openbsd-src/gnu/gcc/gcc/config/sh/ |
H A D | symbian.c | 193 sh_symbian_dllexport_name_p (const char *symbol) in sh_symbian_dllexport_name_p() 203 sh_symbian_dllimport_name_p (const char *symbol) in sh_symbian_dllimport_name_p() 459 tree function = OVL_CURRENT (overload); in sh_symbian_handle_dll_attribute() local 890 lang_check_failed (const char *file, int line, const char *function) in lang_check_failed()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | SymbolContext.h | 320 Function *function = nullptr; ///< The Function for a given query variable 323 Symbol *symbol = nullptr; ///< The Symbol for a given query variable
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | infcall.c | 163 find_function_addr (struct value *function, struct type **retval_type) in find_function_addr() 296 call_function_by_hand (struct value *function, int nargs, struct value **args) in call_function_by_hand() 735 struct symbol *symbol = find_pc_function (funaddr); in call_function_by_hand() local
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/ |
H A D | abi_check.cc | 46 enum category { none, function, object, error }; enumerator 285 symbol_info symbol; in create_symbol_data() local 295 report_symbol_info(const symbol_info& symbol, std::size_t n, bool ret = true) in report_symbol_info()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/ |
H A D | vax.c | 816 vms_asm_out_constructor (symbol, priority) in vms_asm_out_constructor() argument 828 vms_asm_out_destructor (symbol, priority) in vms_asm_out_destructor() argument 1013 vax_output_mi_thunk (file, thunk, delta, vcall_offset, function) in vax_output_mi_thunk() argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 56 IRForTarget::FunctionValueCache::GetValue(llvm::Function *function) { in GetValue() 65 static llvm::Value *FindEntryInstruction(llvm::Function *function) { in FindEntryInstruction() 515 [this, &CFSCWB_arguments](llvm::Function *function) -> llvm::Value * { in RewriteObjCConstString() 1226 bool IRForTarget::HandleSymbol(Value *symbol) { in HandleSymbol() 1507 constant_expr](llvm::Function *function) -> llvm::Value * { in UnfoldConstant() 1531 constant_expr](llvm::Function *function) -> llvm::Value * { in UnfoldConstant() 1718 value](llvm::Function *function) -> llvm::Value * { in ReplaceVariables()
|
H A D | ClangExpressionDeclMap.cpp | 1166 Function *function = sym_ctx.function; in SearchFunctionsInSymbolContexts() local 1721 const Symbol &symbol) { in AddOneGenericVariable() 1812 Function *function, in AddOneFunction() 1813 Symbol *symbol) { in AddOneFunction()
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | pef.c | 199 asymbol *symbol, in bfd_pef_print_symbol() 358 bfd_pef_imported_symbol *symbol) in bfd_pef_parse_imported_symbol() 622 asymbol function; in bfd_pef_parse_traceback_tables() local 998 asymbol *symbol, in bfd_pef_get_symbol_info()
|
H A D | dwarf2.c | 1291 struct funcinfo *function, in lookup_address_in_line_info_table() 2068 struct funcinfo *function; in comp_unit_find_nearest_line() local 2517 asymbol *symbol, in _bfd_dwarf2_find_line()
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | pef.c | 88 bfd_pef_print_symbol (abfd, afile, symbol, how) in bfd_pef_print_symbol() argument 387 int bfd_pef_parse_imported_symbol (abfd, buf, len, symbol) in bfd_pef_parse_imported_symbol() argument 685 asymbol function; local 1066 bfd_pef_get_symbol_info (abfd, symbol, ret) in bfd_pef_get_symbol_info() argument
|
H A D | aoutx.h | 2629 asymbol *symbol; variable 2657 asymbol *symbol; variable 2944 const char *function = func->name; variable
|
H A D | pdp11.c | 2448 asymbol *symbol; variable 2476 asymbol *symbol; variable 2757 const char *function = func->name; variable
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libear/ |
H A D | __init__.py | 180 def check_function_exists(self, function, name): argument 190 def check_symbol_exists(self, symbol, include, name): argument
|
/openbsd-src/gnu/llvm/lld/wasm/ |
H A D | SymbolTable.cpp | 217 InputFunction *function) { in addSyntheticFunction() 314 InputFunction *function) { in addDefinedFunction() 937 for (auto *symbol : variants) { in handleSymbolVariants() local 954 for (auto *symbol : variants) { in handleSymbolVariants() local
|
/openbsd-src/gnu/gcc/gcc/config/stormy16/ |
H A D | stormy16.c | 1560 tree function) in xstormy16_asm_output_mi_thunk() 1589 rtx symbol; in xstormy16_asm_output_aligned_common() local 1652 rtx symbol = XEXP (r, 0); in xstormy16_encode_section_info() local 1667 xstormy16_asm_out_destructor (rtx symbol, int priority) in xstormy16_asm_out_destructor() 1689 xstormy16_asm_out_constructor (rtx symbol, int priority) in xstormy16_asm_out_constructor()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/stormy16/ |
H A D | stormy16.c | 1390 vcall_offset, function) in xstormy16_asm_output_mi_thunk() argument 1428 xstormy16_asm_out_destructor (symbol, priority) in xstormy16_asm_out_destructor() argument 1452 xstormy16_asm_out_constructor (symbol, priority) in xstormy16_asm_out_constructor() argument
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | coffgrok.h | 42 struct coff_symbol *symbol; member 144 } function; member
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | coffgrok.h | 42 struct coff_symbol *symbol; member 144 } function; member
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | JSONUtils.cpp | 623 lldb::SBFunction function = frame.GetFunction(); in CreateSource() local 637 lldb::SBSymbol symbol = frame.GetSymbol(); in CreateSource() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntimeV2.cpp | 705 const Symbol *symbol = in ExtractRuntimeGlobalSymbol() local 1575 const Symbol *symbol = objc_module_sp->FindFirstSymbolWithNameAndType( in GetTaggedPointerObfuscator() local 1606 const Symbol *symbol = objc_module_sp->FindFirstSymbolWithNameAndType( in GetISAHashTablePointer() local 2120 if (const Symbol *symbol = m_objc_module_sp->FindFirstSymbolWithNameAndType( in HasSymbol() local 3303 ConstString function; in RegisterObjCExceptionRecognizer() local
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Module.cpp | 494 [&matching_symbol](Symbol *symbol) -> bool { in ResolveSymbolContextForAddress() 525 Symbol *symbol = in ResolveSymbolContextForAddress() local 935 Function *function, in FindAddressesForLine()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | m68k.c | 3848 m68k_svr3_asm_out_constructor (symbol, priority) in m68k_svr3_asm_out_constructor() argument 3863 m68k_output_mi_thunk (file, thunk, delta, vcall_offset, function) in m68k_output_mi_thunk() argument
|