Home
last modified time | relevance | path

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

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