Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
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()
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()
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()
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()
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()
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()
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()
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/
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()