HomeSort by: relevance | last modified time | path
    Searched defs:set_section_for_node (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
symtab.cc 452 set_section_for_node (NULL);
1737 symtab_node::set_section_for_node (const char *section) function in class:symtab_node
1774 symtab_node::set_section_for_node (const symtab_node &other) function in class:symtab_node
1795 n->set_section_for_node ((char *)s);
1806 n->set_section_for_node (other);
  /src/external/gpl3/gcc.old/dist/gcc/
symtab.cc 452 set_section_for_node (NULL);
1736 symtab_node::set_section_for_node (const char *section) function in class:symtab_node
1773 symtab_node::set_section_for_node (const symtab_node &other) function in class:symtab_node
1794 n->set_section_for_node ((char *)s);
1805 n->set_section_for_node (other);

Completed in 31 milliseconds