Searched refs:get_section (Results 1 - 25 of 34) sorted by relevance

12

/haiku-buildtools/gcc/gcc/go/
H A Dgo-backend.c127 sec = get_section (GO_EXPORT_SECTION_NAME, SECTION_DEBUG, NULL);
/haiku-buildtools/gcc/gcc/
H A Dsymtab.c802 if (get_section ())
804 get_section ());
1057 if (implicit_section && !get_section ())
1062 if (get_section () && get_comdat_group ()
1072 && get_section () != get_alias_target ()->get_section ()
1073 && (!get_section()
1074 || !get_alias_target ()->get_section ()
1075 || strcmp (get_section(),
1076 get_alias_target ()->get_section ())))
[all...]
H A Dipa-comdats.c281 || symbol->get_section ()
H A Dvarasm.c301 get_section (const char *name, unsigned int flags, tree decl)
446 return get_section (name, flags, decl);
741 return get_section (rname, SECTION_LINKONCE, decl);
752 return get_section (rname, SECTION_LINKONCE, decl);
763 return get_section (rname, 0, decl);
829 return get_section (name, flags, NULL);
859 return get_section (name, flags, NULL);
1576 return get_section (buf, SECTION_WRITE, NULL);
1588 sec = get_section (".dtors", SECTION_WRITE, NULL);
1611 sec = get_section ("
300 get_section (const char *name, unsigned int flags, tree decl) function
[all...]
H A Doutput.h529 extern section *get_section (const char *, unsigned int, tree);
H A Dlanghooks.c679 section = get_section (name, SECTION_DEBUG | SECTION_EXCLUDE, NULL);
H A Dcgraphclones.c635 new_node->set_section (get_section ());
1029 new_version_node->set_section (get_section ());
H A Dvarpool.c721 && get_section ())
H A Ddwarf2out.c491 eh_frame_section = get_section (EH_FRAME_SECTION_NAME, flags, NULL);
525 debug_frame_section = get_section (DEBUG_FRAME_SECTION,
9157 switch_to_section (get_section (secname, SECTION_DEBUG, NULL));
9335 switch_to_section (get_section (secname, SECTION_DEBUG, NULL));
22738 debug_info_section = get_section (DEBUG_INFO_SECTION,
22740 debug_abbrev_section = get_section (DEBUG_ABBREV_SECTION,
22742 debug_loc_section = get_section (DEBUG_LOC_SECTION,
22747 debug_info_section = get_section (DEBUG_DWO_INFO_SECTION,
22749 debug_abbrev_section = get_section (DEBUG_DWO_ABBREV_SECTION,
22752 debug_addr_section = get_section (DEBUG_ADDR_SECTIO
[all...]
H A Dipa.c832 && vnode->get_section () == NULL)
H A Dlto-cgraph.c542 section = node->get_section ();
689 section = node->get_section ();
H A Dexcept.c2904 s = get_section (section_name, flags, current_function_decl);
2910 = s = get_section (".gcc_except_table", flags, NULL);
H A Dcgraph.h220 const char * get_section () function
H A Dtrans-mem.c4982 new_node->set_section (old_node->get_section ());
/haiku-buildtools/gcc/gcc/config/
H A Dsol2.c286 switch_to_section (get_section (entry->name, entry->flags, entry->decl));
H A Ddarwin.c2417 in_section = get_section (secnam, flags, NULL);
2589 in_section = get_section (secnam, flags, NULL);
/haiku-buildtools/legacy/binutils/gas/config/
H A Dobj-elf.c490 get_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) function
553 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section,
/haiku-buildtools/gcc/gcc/config/msp430/
H A Dmsp430.c1378 switch_to_section (get_section (buf, SECTION_CODE, decl));
1397 return get_section (".lowtext", SECTION_CODE | SECTION_WRITE , decl);
/haiku-buildtools/binutils/gas/config/
H A Dobj-elf.c519 get_section (bfd *abfd ATTRIBUTE_UNUSED, asection *sec, void *inf) function
582 old_sec = bfd_get_section_by_name_if (stdoutput, name, get_section,
/haiku-buildtools/gcc/gcc/config/stormy16/
H A Dstormy16.c1677 switch_to_section (get_section (section, 0, NULL));
1699 switch_to_section (get_section (section, 0, NULL));
/haiku-buildtools/gcc/gcc/config/epiphany/
H A Depiphany.c3005 switch_to_section (get_section (buf, SECTION_CODE, decl));
3019 switch_to_section (get_section (TREE_STRING_POINTER (forwarder_attr),
/haiku-buildtools/gcc/gcc/java/
H A Dclass.c50 #include "output.h" /* for switch_to_section and get_section */
1011 switch_to_section (get_section (buf, flags, NULL));
/haiku-buildtools/gcc/gcc/config/microblaze/
H A Dmicroblaze.c2761 s = get_section (buf, SECTION_WRITE, NULL_TREE);
/haiku-buildtools/gcc/gcc/config/rx/
H A Drx.c2667 s = get_section (buf, SECTION_WRITE, NULL_TREE);
/haiku-buildtools/gcc/gcc/config/rl78/
H A Drl78.c4437 sec = get_section (buf, 0, NULL);

Completed in 390 milliseconds

12