Searched refs:FindNextSection (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/courgette/
H A Ddisassembler_win32_x86.h88 const Section* FindNextSection(uint32 file_offset) const;
H A Ddisassembler_win32_x86.cc342 const Section* section = FindNextSection(file_offset);
392 const Section* section = FindNextSection(file_offset);
681 const Section* DisassemblerWin32X86::FindNextSection(uint32 fileOffset) const { function in class:courgette::DisassemblerWin32X86

Completed in 25 milliseconds