OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort_by_address
(Results
1 - 2
of
2
) sorted by null
/system/extras/showmap/
showmap.cpp
121
static int order_before(const mapinfo *a, const mapinfo *b, int
sort_by_address
) {
122
if (
sort_by_address
) {
130
static void enqueue_map(mapinfo **head, mapinfo *map, int
sort_by_address
, int coalesce_by_name) {
154
if (!current || order_before(map, current,
sort_by_address
)) {
169
static mapinfo *load_maps(int pid, int
sort_by_address
, int coalesce_by_name)
197
enqueue_map(&head, current,
sort_by_address
, coalesce_by_name);
205
enqueue_map(&head, current,
sort_by_address
, coalesce_by_name);
/external/elfutils/src/
nm.c
1130
sort_by_address
(const void *p1, const void *p2)
function
[
all
...]
Completed in 3102 milliseconds