Home
last modified time | relevance | path

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

12345678910>>...23

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_asm.h46 # define ASM_HIDDEN(symbol) .hidden symbol argument
47 # define ASM_TYPE_FUNCTION(symbol) .type symbol, %function argument
48 # define ASM_SIZE(symbol) .size symbol, .-symbol argument
49 # define ASM_SYMBOL(symbol) symbol argument
50 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbol argument
51 # define ASM_WRAPPER_NAME(symbol) __interceptor_##symbol argument
53 # define ASM_HIDDEN(symbol) argument
54 # define ASM_TYPE_FUNCTION(symbol) argument
55 # define ASM_SIZE(symbol) argument
56 # define ASM_SYMBOL(symbol) _##symbol argument
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_asm.h47 # define ASM_HIDDEN(symbol) .hidden symbol argument
48 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function argument
49 # define ASM_SIZE(symbol) .size symbol, .-symbol argument
50 # define ASM_SYMBOL(symbol) symbol argument
51 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbol argument
53 # define ASM_HIDDEN(symbol) argument
54 # define ASM_TYPE_FUNCTION(symbol) argument
55 # define ASM_SIZE(symbol) argument
56 # define ASM_SYMBOL(symbol) _##symbol argument
57 # define ASM_SYMBOL_INTERCEPTOR(symbol) _wrap_##symbol argument
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_asm.h45 # define ASM_HIDDEN(symbol) .hidden symbol argument
46 # define ASM_TYPE_FUNCTION(symbol) .type symbol, @function argument
47 # define ASM_SIZE(symbol) .size symbol, .-symbol argument
48 # define ASM_SYMBOL(symbol) symbol argument
49 # define ASM_SYMBOL_INTERCEPTOR(symbol) symbol argument
51 # define ASM_HIDDEN(symbol) argument
52 # define ASM_TYPE_FUNCTION(symbol) argument
53 # define ASM_SIZE(symbol) argument
54 # define ASM_SYMBOL(symbol) _##symbol argument
55 # define ASM_SYMBOL_INTERCEPTOR(symbol) _wrap_##symbol argument
/netbsd-src/external/bsd/byacc/dist/test/
H A Dinherit1.y10 struct symbol { class c; type t; name id; }; argument
11 typedef struct symbol symbol; typedef
H A Derr_inherit1.y10 struct symbol { class c; type t; name id; }; argument
11 typedef struct symbol symbol; typedef
H A Derr_inherit3.y10 struct symbol { class c; type t; name id; }; argument
11 typedef struct symbol symbol; typedef
H A Dinherit2.y10 struct symbol { class c; type t; name id; }; argument
11 typedef struct symbol symbol; typedef
H A Derr_inherit5.y10 struct symbol { class c; type t; name id; }; argument
11 typedef struct symbol symbol; typedef
H A Derr_inherit4.y11 struct symbol { class c; type t; name id; }; struct
12 typedef struct symbol symbol; typedef
H A Derr_inherit2.y10 struct symbol { class c; type t; name id; }; argument
11 typedef struct symbol symbol; typedef
/netbsd-src/usr.sbin/gspa/gspa/
H A Dgsp_ass.h47 typedef struct symbol { struct
52 struct symbol *next; argument
55 } *symbol; typedef
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-comdats.c65 propagate_comdat_group (struct symtab_node *symbol, in propagate_comdat_group()
162 symtab_node *symbol) in enqueue_references()
208 set_comdat_group (symtab_node *symbol, in set_comdat_group()
226 set_comdat_group_1 (cgraph_node *symbol, in set_comdat_group_1()
239 symtab_node *symbol; in ipa_comdats() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-comdats.cc65 propagate_comdat_group (struct symtab_node *symbol, in propagate_comdat_group()
162 symtab_node *symbol) in enqueue_references()
208 set_comdat_group (symtab_node *symbol, in set_comdat_group()
226 set_comdat_group_1 (cgraph_node *symbol, in set_comdat_group_1()
239 symtab_node *symbol; in ipa_comdats() local
/netbsd-src/lib/librumphijack/
H A Dhijackdlsym.c49 bouncer(void *handle, const char *symbol) in bouncer()
56 rumphijack_dlsym(void *handle, const char *symbol) in rumphijack_dlsym()
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_gram.y425 symbol_t *symbol; variable
671 symbol_t *symbol; variable
1428 initialize_symbol(symbol_t *symbol) in initialize_symbol()
1586 symbol_t *symbol = *p_symbol; in process_register() local
1781 test_readable_symbol(symbol_t *symbol) in test_readable_symbol()
1799 test_writable_symbol(symbol_t *symbol) in test_writable_symbol()
1817 type_check(symbol_t *symbol, expression_t *expression, int opcode) in type_check()
1874 add_conditional(symbol_t *symbol) in add_conditional()
H A Daicasm_symbol.h128 typedef struct symbol { struct
143 symbol_t *symbol; argument
149 symbol_t *symbol; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dsymbol.h129 struct symbol *symbol; member
155 struct symbol { struct
163 typedef struct symbol Symbol; argument
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff-bfd.c32 asymbol *symbol, in bfd_coff_get_syment()
64 asymbol *symbol, in bfd_coff_get_auxent()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-bfd.c32 asymbol *symbol, in bfd_coff_get_syment()
61 asymbol *symbol, in bfd_coff_get_auxent()
/netbsd-src/lib/libexecinfo/
H A Dsymtab.c60 struct symbol { struct
68 struct symbol *symbols; argument
/netbsd-src/usr.bin/crunch/crunchide/
H A Dcrunchide.c145 add_to_keep_list(char *symbol) in add_to_keep_list()
175 in_keep_list(const char *symbol) in in_keep_list()
193 char symbol[1024]; in add_file_to_keep_list() local
/netbsd-src/external/bsd/elftosb/dist/common/
H A DStELFFile.cpp376 Elf32_Sym * symbol = reinterpret_cast<Elf32_Sym *>(&info.m_data[symbolOffset]); in getSymbolAtIndex() local
388 Elf32_Sym * symbol = reinterpret_cast<Elf32_Sym *>(&info.m_data[symbolOffset]); in byteSwapSymbolTable() local
418 const Elf32_Sym & symbol = getSymbolAtIndex(symbolIndex); in getIndexOfSymbolAtAddress() local
444 const Elf32_Sym & symbol = getSymbolAtIndex(symbolIndex); in getTypeOfSymbolAtIndex() local
523 const Elf32_Sym & symbol = getSymbolAtIndex(i); in dumpSymbolTable() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Dvxworks.c40 vxworks_asm_out_constructor (rtx symbol, int priority) in vxworks_asm_out_constructor()
52 vxworks_asm_out_destructor (rtx symbol, int priority) in vxworks_asm_out_destructor()
/netbsd-src/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c102 char *symbol = 0; in main() local
400 FindOffset(char *symbol, u_long *index) in FindOffset()
453 FindAssign(char *symbol, u_long *rvalue) in FindAssign()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
H A Dpuff.c208 short *symbol; /* canonically ordered symbols */ member
342 int symbol; /* current symbol when stepping through length[] */ in construct() local
440 int symbol; /* decoded symbol */ in codes() local
545 int symbol; in fixed() local
704 int symbol; /* decoded value */ in dynamic() local

12345678910>>...23