Home
last modified time | relevance | path

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

123456

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_asm.h99 # define ASM_TYPE_FUNCTION(symbol) .type symbol, %function argument
87 ASM_HIDDEN(symbol) global() argument
89 ASM_TYPE_FUNCTION(symbol) global() argument
91 ASM_TYPE_FUNCTION(symbol) global() argument
93 ASM_SIZE(symbol) global() argument
94 ASM_SYMBOL(symbol) global() argument
95 ASM_SYMBOL_INTERCEPTOR(symbol) global() argument
100 ASM_TRAMPOLINE_ALIAS(symbol,name) global() argument
107 ASM_WRAPPER_NAME(symbol) global() argument
108 ASM_TRAMPOLINE_ALIAS(symbol,name) global() argument
124 ASM_HIDDEN(symbol) global() argument
125 ASM_TYPE_FUNCTION(symbol) global() argument
126 ASM_SIZE(symbol) global() argument
127 ASM_SYMBOL(symbol) global() argument
128 ASM_SYMBOL_INTERCEPTOR(symbol) global() argument
129 ASM_WRAPPER_NAME(symbol) global() argument
[all...]
/freebsd-src/contrib/byacc/test/
H A Derr_inherit1.y8 struct symbol { class c; type t; name id; }; argument
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; }; argument
9 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 Derr_inherit4.y9 struct symbol { class c; type t; name id; }; struct
10 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; }; struct
9 typedef struct symbol symbol; typedef
/freebsd-src/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-src/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; argument
145 symbol_t *symbol; member
/freebsd-src/crypto/heimdal/lib/asn1/
H A Dsymbol.h127 struct symbol *symbol; member
152 struct symbol { struct
160 typedef struct symbol Symbol; argument
/freebsd-src/contrib/libexecinfo/
H A Dsymtab.c53 struct symbol { struct
61 struct symbol *symbols; argument
/freebsd-src/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-src/contrib/xz/src/liblzma/rangecoder/
H A Dprice.h53 const uint32_t bit_levels, uint32_t symbol) in rc_bittree_price()
70 uint32_t bit_levels, uint32_t symbol) in rc_bittree_reverse_price()
/freebsd-src/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-src/lib/libc/sys/
H A Dcompat-stub.c42 #define __compat_nosys(symbol, version) \ argument
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp64 uint32_t Symtab::AddSymbol(const Symbol &symbol) { in AddSymbol() argument
135 const Symbol *symbol = name_to_symbol.second; Dump() local
210 Symbol *symbol = FindSymbolByID() local
304 Symbol *symbol = &m_symbols[value]; InitNameIndexes() local
471 const Symbol *symbol = &m_symbols[value]; AppendSymbolNamesToMap() local
658 Symbol *symbol = FindSymbolByID(uid); GetNameIndexes() local
879 Symbol *symbol = SymbolAtIndex(*pos); FindFirstSymbolWithNameAndType() local
995 Symbol &symbol = m_symbols[entry->data]; InitAddressIndexes() local
1025 Symbol *symbol = SymbolAtIndex(entry->data); FindSymbolAtFileAddress() local
1041 Symbol *symbol = SymbolAtIndex(entry->data); FindSymbolContainingFileAddress() local
1063 Symbol *symbol = SymbolAtIndex(all_addr_indexes[i]); ForEachSymbolContainingFileAddress() local
1153 const Symbol *symbol = SymbolAtIndex(idx); GetParent() local
1265 for (const auto &symbol: m_symbols) Encode() local
[all...]
/freebsd-src/sys/contrib/openzfs/module/lua/setjmp/
H A Dsetjmp_loongarch64.S29 #define ENTRY(symbol) \ argument
/freebsd-src/contrib/openpam/lib/libpam/
H A Dopenpam_dlfunc.h37 dlfunc(void *handle, const char *symbol) in dlfunc()
/freebsd-src/contrib/ntp/libntp/lib/isc/include/isc/
H A Dbacktrace.h54 const char *symbol; member
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h503 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2()
514 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol()
573 unsigned char symbol; member
604 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
617 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp67 line_entry_helper(Target & target,const SymbolContext & sc,Symbol * symbol,llvm::StringRef first_template_param_sref,bool has_invoke) line_entry_helper() argument
208 Symbol *symbol = nullptr; FindLibCppStdFunctionCallableInfo() local
354 Symbol *symbol; GetStepThroughTrampolinePlan() local
[all...]
/freebsd-src/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-src/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