Lines Matching full:mapping
26 /** next mapping for this image */
30 /** mapping start vma */
32 /** mapping offset */
34 /** mapping end vma */
51 * opd_handle_mapping - deal with mapping notification
52 * @param note mapping notification
55 * in a new executable file. The mapping information is
61 * opd_put_mapping - add a mapping to a process
64 * @param start start of mapping
65 * @param offset file offset of mapping
66 * @param end end of mapping
68 * Add the mapping specified to the process proc growing the maps array
75 * opd_kill_maps - delete mapping information for a process
78 * Frees structures holding mapping information
83 * opd_is_in_map - check whether an EIP is within a mapping