OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:brkbase
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
pub_core_ume.h
66
Addr
brkbase
; // OUT: base address of brk segment
member in struct:__anon28030
/external/valgrind/main/coregrind/m_ume/
elf.c
280
The returned address is recorded in info->
brkbase
as the start
432
info->
brkbase
= mapelf(e, ebase); /* map the executable */
434
if (info->
brkbase
== 0)
macho.c
841
info->
brkbase
= 0xffffffff; // GrP fixme hack
/external/valgrind/main/coregrind/m_initimg/
initimg-linux.c
104
VG_(brk_base) = VG_(brk_limit) = VG_PGROUNDUP(info->
brkbase
);
[
all
...]
Completed in 46 milliseconds