Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h382 auto tuple_b = std::make_tuple(!is_local(b), b.st_value, b.st_name); in WriteCachedSection() local
383 return tuple_a < tuple_b; // Locals first, then sort by address and name offset. in WriteCachedSection()