Searched refs:vendor_section_start (Results 1 – 2 of 2) sorted by relevance
95 uint32_t section = (tag - vendor_section_start) >> 16; in getSection()97 if (tag < vendor_section_start) { in getSection()
52 const uint32_t vendor_section_start = VENDOR_SECTION_START; variable