/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | multiple_target.cc | 177 node->set_section (NULL); in create_dispatcher_calls() 181 node->set_section (NULL); in create_dispatcher_calls()
|
H A D | ipa-visibility.cc | 582 next->set_section (NULL); in localize_node() 606 node->set_section (NULL); in localize_node()
|
H A D | symtab.cc | 1614 set_section (*n); in copy_visibility_from() 1812 symtab_node::set_section (const char *section) in set_section() function in symtab_node 1820 symtab_node::set_section (const symtab_node &other) in set_section() function in symtab_node 1969 set_section (*target); in resolve_alias()
|
H A D | cgraphclones.cc | 638 new_node->set_section (*this); in create_virtual_clone() 1085 new_version_node->set_section (*this); in create_version_clone_with_body()
|
H A D | cgraph.h | 328 void set_section (const char *section); 331 void set_section (const symtab_node &other);
|
H A D | cgraph.cc | 2506 node->set_section (NULL); in make_local() 2511 node->set_section (NULL); in make_local()
|
H A D | tree.cc | 908 snode->set_section (value); in set_decl_section_name() 927 decl_node->set_section (*other_node); in set_decl_section_name() 934 decl_node->set_section (NULL); in set_decl_section_name()
|
H A D | trans-mem.cc | 4997 new_node->set_section (*old_node); in ipa_tm_create_version()
|
H A D | ChangeLog-2020 | 5622 (symtab_node::set_section_from_string): Rename from set_section. 5626 (symtab_node::set_section_from_string): Rename from set_section. 5628 (symtab_node::set_section): Call renamed set_section_from_string. 5629 (symtab_node::set_section): Call new set_section_from_node. 5652 (symtab_node::set_section): Declare new overload. 5653 * symtab.c (symtab_node::set_section): Define new overload. 5655 symtab_node::set_section. 5661 overload of symtab_node::set_section.
|
H A D | ChangeLog-2014 | 31153 (void set_section (const char *section)): created from set_section_1 34809 (symtab_node::set_section): Take string instead of tree as parameter. 35185 (symtab_node::set_section): Move here, recurse to aliases. 35194 (set_section): Rename to ... 35196 (set_section): Declare. 35374 (get_section, set_section): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | multiple_target.c | 176 node->set_section (NULL); in create_dispatcher_calls() 180 node->set_section (NULL); in create_dispatcher_calls()
|
H A D | ipa-visibility.c | 582 next->set_section (NULL); in localize_node() 606 node->set_section (NULL); in localize_node()
|
H A D | symtab.c | 1465 call_for_symbol_and_aliases (symtab_node::set_section, in copy_visibility_from() 1636 symtab_node::set_section (symtab_node *n, void *s) in set_section() function 1645 symtab_node::set_section (const char *section) in set_section() function 1649 (symtab_node::set_section, const_cast<char *>(section), true); in set_section() 1795 call_for_symbol_and_aliases (symtab_node::set_section, in resolve_alias()
|
H A D | cgraphclones.c | 636 new_node->set_section (get_section ()); in create_virtual_clone() 1068 new_version_node->set_section (get_section ()); in create_version_clone_with_body()
|
H A D | cgraph.h | 326 void set_section (const char *section); 650 static bool set_section (symtab_node *n, void *s);
|
H A D | cgraph.c | 2493 node->set_section (NULL); in make_local() 2498 node->set_section (NULL); in make_local()
|
H A D | trans-mem.c | 4996 new_node->set_section (old_node->get_section ()); in ipa_tm_create_version()
|
H A D | tree.c | 773 snode->set_section (value); in set_decl_section_name()
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | makemandb.c | 102 static void set_section(const struct roff_meta *, mandb_rec *); 898 set_section(roff, rec); in begin_parse() 907 set_section(const struct roff_meta *rm, mandb_rec *rec) in set_section() function
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-ia64.c | 843 set_section (char *name) in set_section() function 3178 set_section ((char *) special_section_name[which]); in dot_special_section() 3597 set_section (section); in start_unwind_section() 3602 set_section (sec_name); in start_unwind_section()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-ia64.c | 844 set_section (char *name) in set_section() function 3179 set_section ((char *) special_section_name[which]); in dot_special_section() 3598 set_section (section); in start_unwind_section() 3603 set_section (sec_name); in start_unwind_section()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 722 external set_section : string -> llvalue -> unit = "llvm_set_section"
|
H A D | llvm.mli | 1396 (** [set_section s g] sets the linker section of the global value [g] to [s]. 1398 val set_section : string -> llvalue -> unit val
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2004 | 1135 (set_section, add_unwind_adjustsp, flush_pending_unwind,
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2004 | 1135 (set_section, add_unwind_adjustsp, flush_pending_unwind,
|