Searched defs:section (Results 1 – 6 of 6) sorted by relevance
93 uint32_t section = (tag - vendor_section_start) >> 16; in getSection() local111 const Section* section = getSection(tag); in getEntry() local161 const Section* section = getSection(tag); in getSectionName() local
51 static section_t section; variable
162 static void zero_stats(FIRSTPASS_STATS *section) { in zero_stats()185 static void accumulate_stats(FIRSTPASS_STATS *section, in accumulate_stats()209 static void subtract_stats(FIRSTPASS_STATS *section, in subtract_stats()232 static void avg_stats(FIRSTPASS_STATS *section) { in avg_stats()
173 static void zero_stats(FIRSTPASS_STATS *section) in zero_stats()195 static void accumulate_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) in accumulate_stats()217 static void subtract_stats(FIRSTPASS_STATS *section, FIRSTPASS_STATS *frame) in subtract_stats()239 static void avg_stats(FIRSTPASS_STATS *section) in avg_stats()
714 int16_t section = get_le16(ptr + 12); // section number in parse_coff() local
72 int section; member