OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sort_by_address
(Results
1 - 2
of
2
) sorted by null
/system/extras/showmap/
showmap.c
116
static int order_before(const mapinfo *a, const mapinfo *b, int
sort_by_address
) {
117
if (
sort_by_address
) {
125
static void enqueue_map(mapinfo **head, mapinfo *map, int
sort_by_address
, int coalesce_by_name) {
148
if (!current || order_before(map, current,
sort_by_address
)) {
163
static mapinfo *load_maps(int pid, int
sort_by_address
, int coalesce_by_name)
191
enqueue_map(&head, current,
sort_by_address
, coalesce_by_name);
199
enqueue_map(&head, current,
sort_by_address
, coalesce_by_name);
/external/elfutils/src/
nm.c
973
int
sort_by_address
(const void *p1, const void *p2)
function
1162
qsort (sym_mem, nentries, sizeof (GElf_SymX),
sort_by_address
);
[
all
...]
Completed in 1952 milliseconds