Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h97 # 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 Derr_inherit1.y8 struct symbol { class c; type t; name id; }; struct
9 typedef struct symbol symbol; typedef
H A Dinherit1.y8 struct symbol { class c; type t; name id; }; argument
9 typedef struct symbol symbol; typedef
H A Derr_inherit3.y8 struct symbol { class c; type t; name id; }; struct
9 typedef struct symbol symbol; typedef
H A Derr_inherit4.y9 struct symbol { class c; type t; name id; }; argument
10 typedef struct symbol symbol; typedef
H A Derr_inherit5.y8 struct symbol { class c; type t; name id; }; argument
9 typedef struct symbol symbol; typedef
H A Dinherit2.y8 struct symbol { class c; type t; name id; }; struct
9 typedef struct symbol symbol; typedef
H A Derr_inherit2.y8 struct symbol { class c; type t; name id; }; argument
9 typedef struct symbol symbol; typedef
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y423 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 Daicasm_symbol.h124 typedef struct symbol { struct
139 symbol_t *symbol; member
145 symbol_t *symbol; member
/freebsd/tools/build/cross-build/
H A Dlocal-link.h31 #define libbsd_link_warning(symbol, msg) \ argument
35 #define libbsd_link_warning(symbol, msg) argument
/freebsd/crypto/heimdal/lib/asn1/
H A Dsymbol.h123 struct symbol *symbol; global() member
148 struct symbol { global() struct
156 typesymbol global() argument
/freebsd/contrib/libexecinfo/
H A Dsymtab.c53 struct symbol { struct
61 struct symbol *symbols; argument
/freebsd/crypto/krb5/src/include/
H A Dk5-plugin.h75 #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 Dcrunchide.c142 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 DSymtab.cpp64 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 Dlr0.c58 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 Dcompat-stub.c42 #define __compat_nosys(symbol, version) \ argument
/freebsd/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_loongarch64.S30 #define ENTRY(symbol) \ argument
/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h37 dlfunc(void *handle, const char *symbol) in dlfunc()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h504 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 Dbacktrace.h54 const char *symbol; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp68 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 DSBSymbolContext.cpp105 Symbol *symbol = nullptr; in GetSymbol() local
148 void SBSymbolContext::SetSymbol(lldb::SBSymbol symbol) { in SetSymbol()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameRecognizer.cpp60 RegularExpressionSP symbol, bool first_instruction_only) { in AddRecognizer()
116 Symbol *symbol = symctx.symbol; in GetRecognizerForFrame() local

123456