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

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.h35 // r_map -> head of a linked list of 'link_map_t' entries,
58 // The 'r_map' field is a list of nodes with the following structure
66 // l_next -> Pointer to next item in 'r_map' list or NULL.
67 // l_prev -> Pointer to previous item in 'r_map' list.
83 // unfortunately requires modifying the 'r_map' list to also account
95 // a new entry at the end of the '_r_debug.r_map' list, but
102 // 4/ The system dlopen() adds a new entry to the "_r_debug.r_map"
107 // libraries at the _start_ of the 'r_map' list, instead of appending
111 // Note that the linker never uses the 'r_map' list (except or updating
116 // The system linker expects to be the only item modifying the 'r_map'
144 link_map_t* r_map; member in struct:crazy::r_debug
[all...]

Completed in 70 milliseconds