Searched refs:fProtection (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/model/
H A DAreaInfo.cpp19 fProtection(0)
33 fProtection(other.fProtection)
49 fProtection(protection)
66 fProtection = protection;
/haiku/headers/private/debugger/model/
H A DAreaInfo.h36 uint32 Protection() const { return fProtection; }
47 uint32 fProtection; member in class:AreaInfo
/haiku/src/kits/debugger/elf/
H A DCoreFile.h41 uint32 Protection() const { return fProtection; }
51 uint32 fProtection; member in struct:CoreFileAreaInfo
H A DCoreFile.cpp59 fProtection(protection),
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp474 areaInfo->fProtection = area->protection;
512 return fProtection;
551 uint32 fProtection; member in struct:__anon2::AreaInfo

Completed in 61 milliseconds