Home
last modified time | relevance | path

Searched refs:x_section (Results 1 – 25 of 60) sorted by relevance

123

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsymtab.c1648 release_section_hash_entry (x_section); in set_section_for_node()
1651 x_section = NULL; in set_section_for_node()
1660 x_section = retain_section_hash_entry (*slot); in set_section_for_node()
1665 x_section->ref_count = 1; in set_section_for_node()
1666 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1667 memcpy (x_section->name, section, len + 1); in set_section_for_node()
1678 if (x_section == other.x_section) in set_section_for_node()
1682 release_section_hash_entry (x_section); in set_section_for_node()
1683 if (other.x_section) in set_section_for_node()
1684 x_section = retain_section_hash_entry (other.x_section); in set_section_for_node()
[all …]
H A Dcgraph.h126 x_comdat_group (NULL_TREE), x_section (NULL) in symtab_node()
268 if (!x_section) in get_section()
270 return x_section->name; in get_section()
633 section_hash_entry *x_section; member
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsymtab.c1648 release_section_hash_entry (x_section); in set_section_for_node()
1651 x_section = NULL; in set_section_for_node()
1660 x_section = retain_section_hash_entry (*slot); in set_section_for_node()
1665 x_section->ref_count = 1; in set_section_for_node()
1666 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1667 memcpy (x_section->name, section, len + 1); in set_section_for_node()
1678 if (x_section == other.x_section) in set_section_for_node()
1682 release_section_hash_entry (x_section); in set_section_for_node()
1683 if (other.x_section) in set_section_for_node()
1684 x_section = retain_section_hash_entry (other.x_section); in set_section_for_node()
[all …]
H A Dcgraph.h126 x_comdat_group (NULL_TREE), x_section (NULL) in symtab_node()
268 if (!x_section) in get_section()
270 return x_section->name; in get_section()
633 section_hash_entry *x_section; member
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsymtab.c1648 release_section_hash_entry (x_section); in set_section_for_node()
1651 x_section = NULL; in set_section_for_node()
1660 x_section = retain_section_hash_entry (*slot); in set_section_for_node()
1665 x_section->ref_count = 1; in set_section_for_node()
1666 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1667 memcpy (x_section->name, section, len + 1); in set_section_for_node()
1678 if (x_section == other.x_section) in set_section_for_node()
1682 release_section_hash_entry (x_section); in set_section_for_node()
1683 if (other.x_section) in set_section_for_node()
1684 x_section = retain_section_hash_entry (other.x_section); in set_section_for_node()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsymtab.c1650 release_section_hash_entry (x_section); in set_section_for_node()
1653 x_section = NULL; in set_section_for_node()
1662 x_section = retain_section_hash_entry (*slot); in set_section_for_node()
1667 x_section->ref_count = 1; in set_section_for_node()
1668 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1669 memcpy (x_section->name, section, len + 1); in set_section_for_node()
1680 if (x_section == other.x_section) in set_section_for_node()
1684 release_section_hash_entry (x_section); in set_section_for_node()
1685 if (other.x_section) in set_section_for_node()
1686 x_section = retain_section_hash_entry (other.x_section); in set_section_for_node()
[all …]
H A Dcgraph.h127 x_comdat_group (NULL_TREE), x_section (NULL) in symtab_node()
269 if (!x_section) in get_section()
271 return x_section->name; in get_section()
637 section_hash_entry *x_section; member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_core_cxx.cpp83 string x_section; in x_Reg() local
85 x_section = '[' + string(section) + ']'; in x_Reg()
87 x_section = "<NULL>"; in x_Reg()
110 return x_section + x_name + x_value + x_storage; in x_Reg()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_core_cxx.cpp83 string x_section; in x_Reg() local
85 x_section = '[' + string(section) + ']'; in x_Reg()
87 x_section = "<NULL>"; in x_Reg()
110 return x_section + x_name + x_value + x_storage; in x_Reg()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsymtab.c1502 x_section->ref_count--; in set_section_for_node()
1503 if (!x_section->ref_count) in set_section_for_node()
1505 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1506 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1508 ggc_free (x_section); in set_section_for_node()
1511 x_section = NULL; in set_section_for_node()
1524 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1528 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1529 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1530 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dsymtab.c1461 x_section->ref_count--; in set_section_for_node()
1462 if (!x_section->ref_count) in set_section_for_node()
1464 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1465 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1467 ggc_free (x_section); in set_section_for_node()
1470 x_section = NULL; in set_section_for_node()
1483 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1487 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1488 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1489 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsymtab.c1509 x_section->ref_count--; in set_section_for_node()
1510 if (!x_section->ref_count) in set_section_for_node()
1512 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1513 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1515 ggc_free (x_section); in set_section_for_node()
1518 x_section = NULL; in set_section_for_node()
1531 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1535 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1536 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1537 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsymtab.c1502 x_section->ref_count--; in set_section_for_node()
1503 if (!x_section->ref_count) in set_section_for_node()
1505 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1506 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1508 ggc_free (x_section); in set_section_for_node()
1511 x_section = NULL; in set_section_for_node()
1524 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1528 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1529 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1530 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsymtab.c1461 x_section->ref_count--; in set_section_for_node()
1462 if (!x_section->ref_count) in set_section_for_node()
1464 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1465 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1467 ggc_free (x_section); in set_section_for_node()
1470 x_section = NULL; in set_section_for_node()
1483 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1487 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1488 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1489 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsymtab.c1502 x_section->ref_count--; in set_section_for_node()
1503 if (!x_section->ref_count) in set_section_for_node()
1505 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1506 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1508 ggc_free (x_section); in set_section_for_node()
1511 x_section = NULL; in set_section_for_node()
1524 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1528 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1529 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1530 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsymtab.c1502 x_section->ref_count--; in set_section_for_node()
1503 if (!x_section->ref_count) in set_section_for_node()
1505 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1506 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1508 ggc_free (x_section); in set_section_for_node()
1511 x_section = NULL; in set_section_for_node()
1524 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1528 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1529 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1530 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsymtab.c1502 x_section->ref_count--; in set_section_for_node()
1503 if (!x_section->ref_count) in set_section_for_node()
1505 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1506 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1508 ggc_free (x_section); in set_section_for_node()
1511 x_section = NULL; in set_section_for_node()
1524 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1528 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1529 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1530 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsymtab.c1509 x_section->ref_count--; in set_section_for_node()
1510 if (!x_section->ref_count) in set_section_for_node()
1512 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1513 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1515 ggc_free (x_section); in set_section_for_node()
1518 x_section = NULL; in set_section_for_node()
1531 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1535 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1536 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1537 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dsymtab.c1509 x_section->ref_count--; in set_section_for_node()
1510 if (!x_section->ref_count) in set_section_for_node()
1512 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1513 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1515 ggc_free (x_section); in set_section_for_node()
1518 x_section = NULL; in set_section_for_node()
1531 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1535 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1536 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1537 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsymtab.c1502 x_section->ref_count--; in set_section_for_node()
1503 if (!x_section->ref_count) in set_section_for_node()
1505 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1506 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1508 ggc_free (x_section); in set_section_for_node()
1511 x_section = NULL; in set_section_for_node()
1524 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1528 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1529 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1530 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsymtab.c1600 x_section->ref_count--; in set_section_for_node()
1601 if (!x_section->ref_count) in set_section_for_node()
1603 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1604 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1606 ggc_free (x_section); in set_section_for_node()
1609 x_section = NULL; in set_section_for_node()
1622 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1626 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1627 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1628 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
H A Dcgraph.h126 x_comdat_group (NULL_TREE), x_section (NULL) in symtab_node()
268 if (!x_section) in get_section()
270 return x_section->name; in get_section()
623 section_hash_entry *x_section; member
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dsymtab.c1600 x_section->ref_count--; in set_section_for_node()
1601 if (!x_section->ref_count) in set_section_for_node()
1603 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1604 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1606 ggc_free (x_section); in set_section_for_node()
1609 x_section = NULL; in set_section_for_node()
1622 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1626 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1627 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1628 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dsymtab.c1600 x_section->ref_count--; in set_section_for_node()
1601 if (!x_section->ref_count) in set_section_for_node()
1603 hashval_t hash = htab_hash_string (x_section->name); in set_section_for_node()
1604 slot = symtab->section_hash->find_slot_with_hash (x_section->name, in set_section_for_node()
1606 ggc_free (x_section); in set_section_for_node()
1609 x_section = NULL; in set_section_for_node()
1622 x_section = (section_hash_entry *)*slot; in set_section_for_node()
1626 *slot = x_section = ggc_cleared_alloc<section_hash_entry> (); in set_section_for_node()
1627 x_section->name = ggc_vec_alloc<char> (len + 1); in set_section_for_node()
1628 memcpy (x_section->name, section, len + 1); in set_section_for_node()
[all …]
H A Dcgraph.h126 x_comdat_group (NULL_TREE), x_section (NULL) in symtab_node()
268 if (!x_section) in get_section()
270 return x_section->name; in get_section()
626 section_hash_entry *x_section; member

123