/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_asm.h | 97 # define ASM_HIDDEN(symbol) .hidden symbol argument 99 # define ASM_TYPE_FUNCTION(symbol) .type symbol, %function argument 101 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function argument 103 # define ASM_SIZE(symbol) .size symbol, .-symbol argument 104 # define ASM_SYMBOL(symbol) symbol argument 105 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbol argument 109 # define ASM_WRAPPER_NAME(symbol) __interceptor_##symbol argument 110 # define ASM_TRAMPOLINE_ALIAS(symbol, name) \ argument 117 # define ASM_WRAPPER_NAME(symbol) ___interceptor_##symbol argument 118 # define ASM_TRAMPOLINE_ALIAS(symbol, name) \ argument [all …]
|
/freebsd/contrib/byacc/test/ |
H A D | err_inherit1.y | 8 struct symbol { class c; type t; name id; }; struct 9 typedef struct symbol symbol; typedef
|
H A D | inherit1.y | 8 struct symbol { class c; type t; name id; }; argument 9 typedef struct symbol symbol; typedef
|
H A D | err_inherit3.y | 8 struct symbol { class c; type t; name id; }; struct 9 typedef struct symbol symbol; typedef
|
H A D | err_inherit4.y | 9 struct symbol { class c; type t; name id; }; argument 10 typedef struct symbol symbol; typedef
|
H A D | err_inherit5.y | 8 struct symbol { class c; type t; name id; }; argument 9 typedef struct symbol symbol; typedef
|
H A D | inherit2.y | 8 struct symbol { class c; type t; name id; }; struct 9 typedef struct symbol symbol; typedef
|
H A D | err_inherit2.y | 8 struct symbol { class c; type t; name id; }; argument 9 typedef struct symbol symbol; typedef
|
/freebsd/sys/dev/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 423 symbol_t *symbol; variable 669 symbol_t *symbol; variable 1426 initialize_symbol(symbol_t *symbol) in initialize_symbol() 1583 symbol_t *symbol = *p_symbol; in process_register() local 1778 test_readable_symbol(symbol_t *symbol) in test_readable_symbol() 1796 test_writable_symbol(symbol_t *symbol) in test_writable_symbol() 1814 type_check(symbol_t *symbol, expression_t *expression, int opcode) in type_check() 1876 add_conditional(symbol_t *symbol) in add_conditional()
|
H A D | aicasm_symbol.h | 124 typedef struct symbol { struct 139 symbol_t *symbol; member 145 symbol_t *symbol; member
|
/freebsd/tools/build/cross-build/ |
H A D | local-link.h | 31 #define libbsd_link_warning(symbol, msg) \ argument 35 #define libbsd_link_warning(symbol, msg) argument
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | symbol.h | 123 struct symbol *symbol; global() member 148 struct symbol { global() struct 156 typesymbol global() argument
|
/freebsd/contrib/libexecinfo/ |
H A D | symtab.c | 53 struct symbol { struct 61 struct symbol *symbols; argument
|
/freebsd/crypto/krb5/src/include/ |
H A D | k5-plugin.h | 75 #define PLUGIN_SYMBOL_NAME(prefix, symbol) prefix ## _ ## symbol argument 77 #define PLUGIN_SYMBOL_NAME(prefix, symbol) symbol argument
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | crunchide.c | 142 add_to_keep_list(char *symbol) in add_to_keep_list() 168 in_keep_list(const char *symbol) in in_keep_list() 185 char symbol[1024]; in add_file_to_keep_list() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | Symtab.cpp | 64 uint32_t Symtab::AddSymbol(const Symbol &symbol) { in AddSymbol() 127 for (const Symbol &symbol : m_symbols) in Dump() local 131 const Symbol *symbol = name_to_symbol.second; in Dump() local 142 for (const Symbol &symbol : m_symbols) in Dump() local 147 const Symbol *symbol = size_to_symbol.second; in Dump() local 222 Symbol *symbol = in FindSymbolByID() local 316 Symbol *symbol = &m_symbols[value]; in InitNameIndexes() local 483 const Symbol *symbol = &m_symbols[value]; in AppendSymbolNamesToMap() local 670 Symbol *symbol = FindSymbolByID(uid); in GetNameIndexes() local 891 Symbol *symbol = SymbolAtIndex(*pos); in FindFirstSymbolWithNameAndType() local [all …]
|
/freebsd/contrib/byacc/ |
H A D | lr0.c | 58 int symbol = *itemp; in allocate_itemsets() local 97 Value_t symbol; in append_states() local 160 get_state(int symbol) in get_state() 265 Value_t symbol = ritem[j]; in new_itemsets() local 285 new_state(int symbol) in new_state()
|
/freebsd/lib/libc/sys/ |
H A D | compat-stub.c | 42 #define __compat_nosys(symbol, version) \ argument
|
/freebsd/sys/contrib/openzfs/module/lua/setjmp/ |
H A D | setjmp_loongarch64.S | 30 #define ENTRY(symbol) \ argument
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_dlfunc.h | 37 dlfunc(void *handle, const char *symbol) in dlfunc()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
H A D | fse.h | 504 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2() 515 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol() 574 unsigned char symbol; member 605 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local 618 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | backtrace.h | 54 const char *symbol; member
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
H A D | CPPLanguageRuntime.cpp | 68 line_entry_helper(Target &target, const SymbolContext &sc, Symbol *symbol, in line_entry_helper() 209 Symbol *symbol = nullptr; in FindLibCppStdFunctionCallableInfo() local 355 Symbol *symbol; in GetStepThroughTrampolinePlan() local
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBSymbolContext.cpp | 105 Symbol *symbol = nullptr; in GetSymbol() local 148 void SBSymbolContext::SetSymbol(lldb::SBSymbol symbol) { in SetSymbol()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StackFrameRecognizer.cpp | 60 RegularExpressionSP symbol, bool first_instruction_only) { in AddRecognizer() 116 Symbol *symbol = symctx.symbol; in GetRecognizerForFrame() local
|