Searched defs:r_brk (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.h37 // r_brk -> pointer to a specific debugging function (see below).
38 // r_state -> state variable to be read in r_brk().
41 // The 'r_brk' field points to an empty function in the system linker
46 // it first writes RT_ADD to 'r_state', then calls 'r_brk()'.
49 // calls 'r_brk()' again.
55 // 'r_brk', and will be able to synchronize with the linker's
145 void (*r_brk)(void); member in struct:crazy::r_debug

Completed in 245 milliseconds