Home
last modified time | relevance | path

Searched refs:matchProt (Results 1 – 2 of 2) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/bp/
H A Dbp.c106 static inline bool matchProt(RBreakpointItem *b, int perm) { in matchProt() function
116 if (inRange (b, addr) && matchProt (b, perm)) { in r_bp_get_in()
/dports/devel/radare2/radare2-5.1.1/
H A DDEVELOPERS.md151 +static inline bool matchProt(RBreakpointItem *b, int rwx) {
161 + if (inRange (b, addr) && matchProt (b, rwx)) {