OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsValidRVA
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/courgette/
disassembler_elf_32.cc
142
CheckBool DisassemblerElf32::
IsValidRVA
(RVA rva) const {
disassembler_win32_x86.h
81
bool
IsValidRVA
(RVA rva) const { return rva < size_of_image_; }
Completed in 212 milliseconds