| /f-stack/freebsd/sys/ |
| H A D | linker_set.h | 62 #define __MAKE_SET_QV(set, sym, qv) \ argument 69 #define __MAKE_SET(set, sym) __MAKE_SET_QV(set, sym, __MAKE_SET_CONST) argument 77 #define TEXT_SET(set, sym) __MAKE_SET(set, sym) argument 78 #define DATA_SET(set, sym) __MAKE_SET(set, sym) argument 79 #define DATA_WSET(set, sym) __MAKE_SET_QV(set, sym, ) argument 80 #define BSS_SET(set, sym) __MAKE_SET(set, sym) argument 81 #define ABS_SET(set, sym) __MAKE_SET(set, sym) argument 82 #define SET_ENTRY(set, sym) __MAKE_SET(set, sym) argument
|
| H A D | cdefs.h | 537 #define __strong_reference(sym,aliassym) \ argument 540 #define __weak_reference(sym,alias) \ argument 543 #define __warn_references(sym,msg) \ argument 547 #define __sym_compat(sym,impl,verid) \ argument 549 #define __sym_default(sym,impl,verid) \ argument 552 #define __weak_reference(sym,alias) \ argument 555 #define __warn_references(sym,msg) \ argument 559 #define __sym_compat(sym,impl,verid) \ argument 561 #define __sym_default(impl,sym,verid) \ argument 566 #define __GLOBL1(sym) __asm__(".globl " #sym) argument [all …]
|
| /f-stack/freebsd/arm64/include/ |
| H A D | asm.h | 41 #define LENTRY(sym) \ argument 44 #define ENTRY(sym) \ argument 46 #define EENTRY(sym) \ argument 48 #define LEND(sym) .ltorg; .cfi_endproc; .size sym, . - sym argument 49 #define END(sym) LEND(sym) argument 50 #define EEND(sym) argument 52 #define WEAK_REFERENCE(sym, alias) \ argument
|
| H A D | csan.h | 74 c_db_sym_t sym; in kcsan_md_unwind() local
|
| /f-stack/freebsd/ddb/ |
| H A D | db_sym.c | 198 db_qualify(c_db_sym_t sym, char *symtabname) in db_qualify() 221 c_db_sym_t sym; in db_value_of_name() local 235 c_db_sym_t sym; in db_value_of_name_pcpu() local 259 c_db_sym_t sym; in db_value_of_name_vnet() local 344 db_symbol_is_ambiguous(c_db_sym_t sym) in db_symbol_is_ambiguous() 374 c_db_sym_t ret, sym; in db_search_symbol() local 406 db_symbol_values(c_db_sym_t sym, const char **namep, db_expr_t *valuep) in db_symbol_values() 474 db_line_at_pc(c_db_sym_t sym, char **filename, int *linenum, db_expr_t pc) in db_line_at_pc() 480 db_sym_numargs(c_db_sym_t sym, int *nargp, char **argnames) in db_sym_numargs()
|
| H A D | db_main.c | 79 X_db_line_at_pc(db_symtab_t *symtab, c_db_sym_t sym, char **file, int *line, in X_db_line_at_pc() 89 Elf_Sym *sym; in X_db_lookup() local 112 Elf_Sym *sym, *match; in X_db_search_symbol() local 165 X_db_sym_numargs(db_symtab_t *symtab, c_db_sym_t sym, int *nargp, in X_db_sym_numargs() 172 X_db_symbol_values(db_symtab_t *symtab, c_db_sym_t sym, const char **namep, in X_db_symbol_values()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/setjmp/ |
| H A D | setjmp_aarch64.S | 35 #define ENTRY(sym) \ argument 42 #define END(sym) \ argument
|
| H A D | setjmp_rv64g.S | 35 #define ENTRY(sym) \ argument 37 #define END(sym) .size sym, . - sym argument
|
| /f-stack/dpdk/buildtools/pmdinfogen/ |
| H A D | pmdinfogen.c | 27 static const char *sym_name(struct elf_info *elf, Elf_Sym *sym) in sym_name() 93 static void *get_sym_value(struct elf_info *info, const Elf_Sym *sym) in get_sym_value() 121 Elf_Sym *sym; in parse_elf() local
|
| /f-stack/freebsd/kern/ |
| H A D | link_elf_obj.c | 1275 const Elf_Sym *sym; in relocate_file() local 1354 link_elf_lookup_symbol(linker_file_t lf, const char *name, c_linker_sym_t *sym) in link_elf_lookup_symbol() 1372 link_elf_symbol_values(linker_file_t lf, c_linker_sym_t sym, in link_elf_symbol_values() 1396 c_linker_sym_t *sym, long *diffp) in link_elf_search_symbol() 1511 Elf_Sym *sym; in elf_obj_cleanup_globals_cache() local 1534 Elf_Sym *sym; in elf_obj_lookup() local 1606 Elf_Sym *sym; in link_elf_fix_link_set() local 1654 const Elf_Sym *sym; in link_elf_reloc_local() local
|
| H A D | kern_linker.c | 807 caddr_t sym; in linker_file_lookup_symbol() local 823 c_linker_sym_t sym; in linker_file_lookup_symbol_internal() local 906 linker_debug_lookup(const char *symstr, c_linker_sym_t *sym) in linker_debug_lookup() 919 linker_debug_search_symbol(caddr_t value, c_linker_sym_t *sym, long *diffp) in linker_debug_search_symbol() 950 linker_debug_symbol_values(c_linker_sym_t sym, linker_symval_t *symval) in linker_debug_symbol_values() 966 c_linker_sym_t sym; in linker_debug_search_symbol_name() local 990 linker_ddb_lookup(const char *symstr, c_linker_sym_t *sym) in linker_ddb_lookup() 998 linker_ddb_search_symbol(caddr_t value, c_linker_sym_t *sym, long *diffp) in linker_ddb_search_symbol() 1005 linker_ddb_symbol_values(c_linker_sym_t sym, linker_symval_t *symval) in linker_ddb_symbol_values() 1363 c_linker_sym_t sym; in sys_kldsym() local
|
| /f-stack/freebsd/i386/include/ |
| H A D | asm.h | 113 #define WEAK_REFERENCE(sym, alias) \ argument 120 #define STRONG_ALIAS(alias,sym) \ argument
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | loadlib.c | 75 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym() 134 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym() 212 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym() 251 static lua_CFunction ll_sym (lua_State *L, void *lib, const char *sym) { in ll_sym() 294 static int ll_loadfunc (lua_State *L, const char *path, const char *sym) { in ll_loadfunc()
|
| /f-stack/freebsd/arm/include/ |
| H A D | asm.h | 133 #define GOT_GET(x,got,sym) \ argument 158 #define GOT_GET(x,got,sym) \ argument 172 #define WEAK_ALIAS(alias,sym) \ argument 177 #define WARN_REFERENCES(sym,msg) \ argument 181 #define WARN_REFERENCES(sym,msg) \ argument
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_capabilities.h | 757 #define QAT_SECURITY_CAPABILITIES(sym) \ argument
|
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 698 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only_sg() local 827 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only() local 922 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only_sg() local 1031 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only() local 1101 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_gcm_sg() local 1238 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_gcm() local 1350 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_sg() local 1476 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth() local 1572 struct rte_crypto_sym_op *sym = op->sym; in build_proto() local 1611 struct rte_crypto_sym_op *sym = op->sym; in build_proto_sg() local
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | db_trace.c | 151 c_db_sym_t sym; in decode_syscall() local 179 c_db_sym_t sym; in db_nextframe() local 273 c_db_sym_t sym; in db_backtrace() local
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 712 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only_sg() local 798 struct rte_crypto_sym_op *sym = op->sym; in build_auth_only() local 862 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only_sg() local 978 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_only() local 1052 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth_sg() local 1196 struct rte_crypto_sym_op *sym = op->sym; in build_cipher_auth() local 1307 struct rte_crypto_sym_op *sym = op->sym; in build_proto() local
|
| /f-stack/freebsd/i386/i386/ |
| H A D | db_trace.c | 274 c_db_sym_t sym; in decode_syscall() local 302 c_db_sym_t sym; in db_nextframe() local 445 c_db_sym_t sym; in db_backtrace() local
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | db_trace.c | 70 c_db_sym_t sym; in db_stack_trace_cmd() local
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_rtsym.c | 250 const struct nfp_rtsym *sym; in nfp_rtsym_read_le() local 298 const struct nfp_rtsym *sym; in nfp_rtsym_map() local
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_huff_decode.c | 16 u_char sym; member
|
| /f-stack/freebsd/arm/arm/ |
| H A D | db_trace.c | 62 c_db_sym_t sym; in db_stack_trace_cmd() local
|
| /f-stack/freebsd/mips/include/ |
| H A D | asm.h | 124 #define WEAK_ALIAS(alias,sym) \ argument 131 #define STRONG_ALIAS(alias,sym) \ argument 135 #define GLOBAL(sym) \ argument 138 #define ENTRY(sym) \ argument 141 #define ASM_ENTRY(sym) \ argument 218 #define IMPORT(sym, size) \ argument
|
| /f-stack/freebsd/amd64/include/ |
| H A D | asm.h | 99 #define WEAK_REFERENCE(sym, alias) \ argument
|