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

  /src/external/gpl3/gcc/dist/gcc/
lto-cgraph.cc 2197 const int cfg_offset = sizeof (struct lto_function_header); local
2198 const int main_offset = cfg_offset + header->cfg_size;
lto-streamer-in.cc 1602 int cfg_offset; local
1610 cfg_offset = sizeof (struct lto_function_header);
1611 main_offset = cfg_offset + header->cfg_size;
1642 lto_input_block ib_cfg (data + cfg_offset, header->cfg_size,
ipa-devirt.cc 4154 const int cfg_offset = sizeof (struct lto_function_header); local
4155 const int main_offset = cfg_offset + header->cfg_size;
ipa-fnsummary.cc 4543 const int cfg_offset = sizeof (struct lto_function_header); local
4544 const int main_offset = cfg_offset + header->cfg_size;
ipa-icf.cc 2225 const int cfg_offset = sizeof (lto_function_header); local
2226 const int main_offset = cfg_offset + header->cfg_size;
ipa-modref.cc 3825 const int cfg_offset = sizeof (struct lto_function_header); local
3826 const int main_offset = cfg_offset + header->cfg_size;
ipa-prop.cc 5315 const int cfg_offset = sizeof (struct lto_function_header); local
5316 const int main_offset = cfg_offset + header->cfg_size;
5509 const int cfg_offset = sizeof (struct lto_function_header); local
5510 const int main_offset = cfg_offset + header->cfg_size;
ipa-sra.cc 3000 const int cfg_offset = sizeof (struct lto_function_header); local
3001 const int main_offset = cfg_offset + header->cfg_size;
  /src/external/gpl3/gcc.old/dist/gcc/
lto-cgraph.cc 2036 const int cfg_offset = sizeof (struct lto_function_header); local
2037 const int main_offset = cfg_offset + header->cfg_size;
lto-streamer-in.cc 1579 int cfg_offset; local
1587 cfg_offset = sizeof (struct lto_function_header);
1588 main_offset = cfg_offset + header->cfg_size;
1619 lto_input_block ib_cfg (data + cfg_offset, header->cfg_size,
ipa-devirt.cc 4138 const int cfg_offset = sizeof (struct lto_function_header); local
4139 const int main_offset = cfg_offset + header->cfg_size;
ipa-fnsummary.cc 4429 const int cfg_offset = sizeof (struct lto_function_header); local
4430 const int main_offset = cfg_offset + header->cfg_size;
ipa-icf.cc 2199 const int cfg_offset = sizeof (lto_function_header); local
2200 const int main_offset = cfg_offset + header->cfg_size;
ipa-modref.cc 3822 const int cfg_offset = sizeof (struct lto_function_header); local
3823 const int main_offset = cfg_offset + header->cfg_size;
ipa-sra.cc 2735 const int cfg_offset = sizeof (struct lto_function_header); local
2736 const int main_offset = cfg_offset + header->cfg_size;
ipa-prop.cc 5307 const int cfg_offset = sizeof (struct lto_function_header); local
5308 const int main_offset = cfg_offset + header->cfg_size;
5557 const int cfg_offset = sizeof (struct lto_function_header); local
5558 const int main_offset = cfg_offset + header->cfg_size;
  /src/sys/dev/pci/
if_bwfm_pci.c 1610 uint16_t cfg_offset[] = { local
1624 for (i = 0; i < nitems(cfg_offset); i++) {
1626 BWFM_PCI_PCIE2REG_CONFIGADDR, cfg_offset[i]);
1630 DEVNAME(sc), cfg_offset[i], reg));

Completed in 95 milliseconds