Home
last modified time | relevance | path

Searched refs:BrigSectionHeader (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-to-generic.cc170 const BrigSectionHeader *section_header in find_brig_sections()
171 = (const BrigSectionHeader *) (m_brig + offset); in find_brig_sections()
239 const BrigSectionHeader *csection_header = (const BrigSectionHeader *) m_code; in analyze()
382 const BrigSectionHeader *csection_header = (const BrigSectionHeader *) m_code; in parse()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-brig-format.h628 struct BrigSectionHeader struct
H A Dhsa-brig.c236 total_size = sizeof (BrigSectionHeader) + strlen (section_name); in init()
261 struct BrigSectionHeader section_header; in output()