Home
last modified time | relevance | path

Searched refs:cfg_offset (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-hsa.c222 const int cfg_offset = sizeof (struct lto_function_header); in ipa_hsa_read_section() local
223 const int main_offset = cfg_offset + header->cfg_size; in ipa_hsa_read_section()
H A Dlto-streamer-in.c1569 int cfg_offset;
1577 cfg_offset = sizeof (struct lto_function_header);
1578 main_offset = cfg_offset + header->cfg_size;
1609 lto_input_block ib_cfg (data + cfg_offset, header->cfg_size,
H A Dlto-cgraph.c2025 const int cfg_offset = sizeof (struct lto_function_header); in input_cgraph_opt_section() local
2026 const int main_offset = cfg_offset + header->cfg_size; in input_cgraph_opt_section()
H A Dipa-prop.c5053 const int cfg_offset = sizeof (struct lto_function_header); in ipa_prop_read_section() local
5054 const int main_offset = cfg_offset + header->cfg_size; in ipa_prop_read_section()
5303 const int cfg_offset = sizeof (struct lto_function_header); in read_replacements_section() local
5304 const int main_offset = cfg_offset + header->cfg_size; in read_replacements_section()
H A Dipa-icf.c2158 const int cfg_offset = sizeof (lto_function_header); in read_section() local
2159 const int main_offset = cfg_offset + header->cfg_size; in read_section()
H A Dipa-sra.c2796 const int cfg_offset = sizeof (struct lto_function_header); in isra_read_summary_section() local
2797 const int main_offset = cfg_offset + header->cfg_size; in isra_read_summary_section()
H A Dipa-devirt.c4114 const int cfg_offset = sizeof (struct lto_function_header);
4115 const int main_offset = cfg_offset + header->cfg_size;
H A Dipa-fnsummary.c4192 const int cfg_offset = sizeof (struct lto_function_header); in inline_read_section() local
4193 const int main_offset = cfg_offset + header->cfg_size; in inline_read_section()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-in.cc1579 int cfg_offset; in lto_read_body_or_constructor() local
1587 cfg_offset = sizeof (struct lto_function_header); in lto_read_body_or_constructor()
1588 main_offset = cfg_offset + header->cfg_size; in lto_read_body_or_constructor()
1619 lto_input_block ib_cfg (data + cfg_offset, header->cfg_size, in lto_read_body_or_constructor()
H A Dlto-cgraph.cc2035 const int cfg_offset = sizeof (struct lto_function_header); in input_cgraph_opt_section() local
2036 const int main_offset = cfg_offset + header->cfg_size; in input_cgraph_opt_section()
H A Dipa-prop.cc5307 const int cfg_offset = sizeof (struct lto_function_header); in ipa_prop_read_section() local
5308 const int main_offset = cfg_offset + header->cfg_size; in ipa_prop_read_section()
5557 const int cfg_offset = sizeof (struct lto_function_header); in read_replacements_section() local
5558 const int main_offset = cfg_offset + header->cfg_size; in read_replacements_section()
H A Dipa-icf.cc2199 const int cfg_offset = sizeof (lto_function_header); in read_section() local
2200 const int main_offset = cfg_offset + header->cfg_size; in read_section()
H A Dipa-sra.cc2735 const int cfg_offset = sizeof (struct lto_function_header); in isra_read_summary_section() local
2736 const int main_offset = cfg_offset + header->cfg_size; in isra_read_summary_section()
H A Dipa-devirt.cc4138 const int cfg_offset = sizeof (struct lto_function_header); in ipa_odr_read_section() local
4139 const int main_offset = cfg_offset + header->cfg_size; in ipa_odr_read_section()
H A Dipa-fnsummary.cc4427 const int cfg_offset = sizeof (struct lto_function_header); in inline_read_section() local
4428 const int main_offset = cfg_offset + header->cfg_size; in inline_read_section()
H A Dipa-modref.cc3810 const int cfg_offset = sizeof (struct lto_function_header); in read_section() local
3811 const int main_offset = cfg_offset + header->cfg_size; in read_section()
/netbsd-src/sys/dev/pci/
H A Dif_bwfm_pci.c1610 uint16_t cfg_offset[] = { in bwfm_pci_buscore_reset() local
1624 for (i = 0; i < nitems(cfg_offset); i++) { in bwfm_pci_buscore_reset()
1626 BWFM_PCI_PCIE2REG_CONFIGADDR, cfg_offset[i]); in bwfm_pci_buscore_reset()
1630 DEVNAME(sc), cfg_offset[i], reg)); in bwfm_pci_buscore_reset()