Home
last modified time | relevance | path

Searched +defs:symbol +defs:function (Results 1 – 25 of 64) sorted by relevance

123

/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
424 virtual unsigned int execute (function *) { return ipa_comdats (); } in execute() argument
429 pass_ipa_comdats::gate (function *) in gate() argument
H A Dcfgcleanup.c1218 rtx symbol = XEXP (XEXP (call, 0), 0); in old_insns_match_p() local
3266 pass_jump::execute (function *) in execute() argument
3307 virtual bool gate (function *) { return flag_thread_jumps; } in gate() argument
3313 pass_jump_after_combine::execute (function *) in execute() argument
3352 virtual unsigned int execute (function *) in execute() argument
H A Dasan.c1826 rtx rtl, symbol; in asan_protect_global() local
3715 virtual bool gate (function *) { return gate_asan (); } in gate() argument
3716 virtual unsigned int execute (function *) { return asan_instrument (); } in execute() argument
3751 virtual bool gate (function *) { return !optimize && gate_asan (); } in gate() argument
3752 virtual unsigned int execute (function *) { return asan_instrument (); } in execute() argument
/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
424 virtual unsigned int execute (function *) { return ipa_comdats (); } in execute() argument
429 pass_ipa_comdats::gate (function *) in gate() argument
H A Dcfgcleanup.cc1217 rtx symbol = XEXP (XEXP (call, 0), 0); in old_insns_match_p() local
3235 pass_jump::execute (function *) in execute() argument
3277 virtual bool gate (function *) in gate() argument
3286 pass_jump_after_combine::execute (function *) in execute() argument
3325 virtual unsigned int execute (function *) in execute() argument
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff-bfd.h36 long symbol; member
53 const char *function; member
72 #define coff_symbol_from(symbol) \ argument
H A Dpef.c210 asymbol *symbol, in bfd_pef_print_symbol()
371 bfd_pef_imported_symbol *symbol) in bfd_pef_parse_imported_symbol()
628 asymbol function; in bfd_pef_parse_traceback_tables() local
992 asymbol *symbol, in bfd_pef_get_symbol_info()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-bfd.h36 long symbol; member
57 const char *function; member
76 #define coff_symbol_from(symbol) \ argument
H A Dpef.c209 asymbol *symbol, in bfd_pef_print_symbol()
370 bfd_pef_imported_symbol *symbol) in bfd_pef_parse_imported_symbol()
628 asymbol function; in bfd_pef_parse_traceback_tables() local
990 asymbol *symbol, in bfd_pef_get_symbol_info()
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
H A D__init__.py180 def check_function_exists(self, function, name): argument
190 def check_symbol_exists(self, symbol, include, name): argument
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1821 make_alias_for_thunk (tree function) in make_alias_for_thunk()
1865 finish_thunk (tree thunk, tree function) in finish_thunk()
1891 symtab_node *symbol = symtab_node::get (function); in finish_thunk() local
1947 tree function = get_symbol_decl (decl); in make_thunk() local
1953 tree function = get_symbol_decl (decl); in make_thunk() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dbpf.cc779 bpf_output_constructor (rtx symbol, int priority ATTRIBUTE_UNUSED) in bpf_output_constructor()
797 bpf_output_destructor (rtx symbol, int priority ATTRIBUTE_UNUSED) in bpf_output_destructor()
1547 virtual bool gate (function *) { return TARGET_BPF_CORE; } in gate() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1634 make_alias_for_thunk (tree function) in make_alias_for_thunk()
1678 finish_thunk (tree thunk, tree function) in finish_thunk()
1703 symtab_node *symbol = symtab_node::get (function); in finish_thunk() local
1779 tree function = get_symbol_decl (decl); in make_thunk() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
H A Dstormy16.c1523 tree function) in xstormy16_asm_output_mi_thunk()
1556 rtx symbol; in xstormy16_asm_output_aligned_common() local
1619 rtx symbol = XEXP (r, 0); in xstormy16_encode_section_info() local
1635 xstormy16_asm_out_destructor (rtx symbol, int priority) in xstormy16_asm_out_destructor()
1657 xstormy16_asm_out_constructor (rtx symbol, int priority) in xstormy16_asm_out_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/stormy16/
H A Dstormy16.cc1523 tree function) in xstormy16_asm_output_mi_thunk()
1556 rtx symbol; in xstormy16_asm_output_aligned_common() local
1619 rtx symbol = XEXP (r, 0); in xstormy16_encode_section_info() local
1635 xstormy16_asm_out_destructor (rtx symbol, int priority) in xstormy16_asm_out_destructor()
1657 xstormy16_asm_out_constructor (rtx symbol, int priority) in xstormy16_asm_out_constructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-run.cc160 #define DLSYM_FN(function) \ argument
427 hsa_executable_symbol_t symbol; in load_image() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/
H A Drl78.c171 virtual unsigned int execute (function *) in execute() argument
260 virtual unsigned int execute (function *) { return move_elim_pass (); } in execute() argument
2195 rtx function = XEXP (DECL_RTL (fndecl), 0); in rl78_trampoline_init() local
4775 rl78_asm_ctor_dtor (rtx symbol, int priority, bool is_ctor) in rl78_asm_ctor_dtor()
4796 rl78_asm_constructor (rtx symbol, int priority) in rl78_asm_constructor()
4802 rl78_asm_destructor (rtx symbol, int priority) in rl78_asm_destructor()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/
H A Drl78.cc171 virtual unsigned int execute (function *) in execute() argument
260 virtual unsigned int execute (function *) { return move_elim_pass (); } in execute() argument
2195 rtx function = XEXP (DECL_RTL (fndecl), 0); in rl78_trampoline_init() local
4774 rl78_asm_ctor_dtor (rtx symbol, int priority, bool is_ctor) in rl78_asm_ctor_dtor()
4795 rl78_asm_constructor (rtx symbol, int priority) in rl78_asm_constructor()
4801 rl78_asm_destructor (rtx symbol, int priority) in rl78_asm_destructor()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.h43 struct coff_symbol *symbol; member
147 } function; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-run.c178 #define DLSYM_FN(function) \ argument
459 hsa_executable_symbol_t symbol; in load_image() local
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.h43 struct coff_symbol *symbol; member
147 } function; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dmethod.c58 make_thunk (tree function, bool this_adjusting, in make_thunk()
148 tree function, name; in finish_thunk() local
227 make_alias_for_thunk (tree function) in make_alias_for_thunk()
257 tree a, t, function, alias; in use_thunk() local
337 struct symtab_node *symbol; in use_thunk() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
H A Dmicroblaze.c126 rtx symbol; /* Contains valid values on ADDRESS_SYMBOLIC. */ member
2826 microblaze_elf_asm_cdtor (rtx symbol, int priority, bool is_ctor) in microblaze_elf_asm_cdtor()
2853 microblaze_elf_asm_constructor (rtx symbol, int priority) in microblaze_elf_asm_constructor()
2861 microblaze_elf_asm_destructor (rtx symbol, int priority) in microblaze_elf_asm_destructor()
3304 tree function) in microblaze_asm_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/
H A Dmicroblaze.cc127 rtx symbol; /* Contains valid values on ADDRESS_SYMBOLIC. */ member
2827 microblaze_elf_asm_cdtor (rtx symbol, int priority, bool is_ctor) in microblaze_elf_asm_cdtor()
2854 microblaze_elf_asm_constructor (rtx symbol, int priority) in microblaze_elf_asm_constructor()
2862 microblaze_elf_asm_destructor (rtx symbol, int priority) in microblaze_elf_asm_destructor()
3305 tree function) in microblaze_asm_output_mi_thunk()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmethod.cc58 make_thunk (tree function, bool this_adjusting, in make_thunk()
148 tree function, name; in finish_thunk() local
227 make_alias_for_thunk (tree function) in make_alias_for_thunk()
257 tree a, t, function, alias; in use_thunk() local
337 struct symtab_node *symbol; in use_thunk() local

123