Home | History | Annotate | Download | only in m_debuginfo

Lines Matching defs:rw

425    expanded to handle weird object layouts, e.g. more than one rw
430 start --> r-x mapping --> rw- mapping --> accept
431 start --> rw- mapping --> r-x mapping --> accept
433 that is, take the first r-x and rw- mapping we see, and we're done.
437 start --> r-- mapping --> rw- mapping
449 Bool rx, rw, ro; /* memory access flags for this mapping */
457 Bool have_rw_map; /* did we see a rw? mapping yet for the file? */
511 both a rw? and r?x mapping for .filename have been observed --