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 - 3
of
3
) sorted by null
/system/extras/showmap/
showmap.c
114
static int order_before(const mapinfo *a, const mapinfo *b, int
sort_by_address
) {
115
if (
sort_by_address
) {
123
static void enqueue_map(mapinfo **head, mapinfo *map, int
sort_by_address
, int coalesce_by_name) {
146
if (!current || order_before(map, current,
sort_by_address
)) {
161
static mapinfo *load_maps(int pid, int
sort_by_address
, int coalesce_by_name)
189
enqueue_map(&head, current,
sort_by_address
, coalesce_by_name);
197
enqueue_map(&head, current,
sort_by_address
, coalesce_by_name);
/external/elfutils/src/
nm.c
966
sort_by_address
(const void *p1, const void *p2)
function
1182
qsort (sym_mem, nentries, sizeof (GElf_SymX),
sort_by_address
);
[
all
...]
ChangeLog
531
* nm.c (
sort_by_address
): Move to a static function instead of local
[
all
...]
Completed in 43 milliseconds