Searched refs:tuple_b (Results 1 – 1 of 1) sorted by relevance
382 auto tuple_b = std::make_tuple(!is_local(b), b.st_value, b.st_name); in WriteCachedSection() local383 return tuple_a < tuple_b; // Locals first, then sort by address and name offset. in WriteCachedSection()