Searched refs:found_base (Results 1 – 5 of 5) sorted by relevance
28 bool found_base = in FindInstruction() local35 assert(!found_base && in FindInstruction()38 found_base = true; in FindInstruction()43 if (found_base && instruction.opcode() == in FindInstruction()
223 bool found_base = false; in elf_from_remote_memory() local260 if (!found_base && (offset & -pagesize) == 0) in elf_from_remote_memory()263 found_base = true; in elf_from_remote_memory()
289 found_base, segments_end and segments_end_mem directly.