Searched refs:RVAToSection (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/courgette/
H A Ddisassembler_win32_x64.h48 const Section* RVAToSection(RVA rva) const;
H A Ddisassembler_win32_x64_unittest.cc34 disassembler->RVAToSection(0x00401234 - 0x00400000)),
H A Ddisassembler_win32_x86.h48 const Section* RVAToSection(RVA rva) const;
H A Ddisassembler_win32_x86_unittest.cc34 disassembler->RVAToSection(0x00401234 - 0x00400000)),
H A Ddisassembler_win32_x64.cc284 const Section* DisassemblerWin32X64::RVAToSection(RVA rva) const { function in class:courgette::DisassemblerWin32X64
296 const Section* section = RVAToSection(rva);
665 const Section* section = RVAToSection(rva);
H A Ddisassembler_win32_x86.cc284 const Section* DisassemblerWin32X86::RVAToSection(RVA rva) const { function in class:courgette::DisassemblerWin32X86
296 const Section* section = RVAToSection(rva);
665 const Section* section = RVAToSection(rva);

Completed in 93 milliseconds