HomeSort by relevance Sort by last modified time
    Searched defs:r_brk (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/
link.h 69 ElfW(Addr) r_brk; member in struct:r_debug
  /development/ndk/platforms/android-L/include/
link.h 69 ElfW(Addr) r_brk; member in struct:r_debug
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_rdebug.h 37 // 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 1114 milliseconds