OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxaddr
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/ui/browsers/
map.c
140
u64
maxaddr
= 0;
local
145
if (
maxaddr
< pos->end)
146
maxaddr
= pos->end;
154
mb.addrlen = snprintf(tmp, sizeof(tmp), "%" PRIx64,
maxaddr
);
/external/valgrind/main/coregrind/m_ume/
elf.c
305
ESZ(Addr)
maxaddr
= 0; /* highest mapped address */
360
if (ph->p_vaddr+ph->p_memsz >
maxaddr
)
361
maxaddr
= ph->p_vaddr+ph->p_memsz;
421
if (minaddr >=
maxaddr
||
423
maxaddr
+ ebase > info->exe_end)) {
426
(char *)minaddr + ebase, (char *)
maxaddr
+ ebase,
493
info->exe_end =
maxaddr
+ ebase;
Completed in 59 milliseconds