Searched refs:ReadProgram (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.h | 161 virtual void ReadProgram(const uint8_t *program, uint64_t length,
|
D | dwarf_cu_to_module_unittest.cc | 70 MOCK_METHOD4(ReadProgram, void(const uint8_t *program, uint64_t length, 150 EXPECT_CALL(line_reader_, ReadProgram(_,_,_,_)).Times(0); in CUFixtureBase() 334 ReadProgram(&dummy_line_program_[0], dummy_line_size_, in StartCU() 1512 EXPECT_CALL(lr, ReadProgram(_,_,_,_)).Times(0); in TEST_F() 1571 EXPECT_CALL(lr, ReadProgram(_,_,_,_)).Times(0); in TEST_F()
|
D | dwarf_cu_to_module.cc | 949 line_reader_->ReadProgram(section_start + offset, section_length - offset, in ReadSourceLines()
|
/external/minijail/rust/minijail/src/ |
D | lib.rs | 52 ReadProgram(io::Error), enumerator 139 ReadProgram(e) => write!(f, "failed to read from bpf file: {}", e), in fmt() 360 let buffer = fs::read(path).map_err(Error::ReadProgram)?; in parse_seccomp_program()
|
/external/google-breakpad/src/common/mac/ |
D | dump_syms.cc | 347 void ReadProgram(const uint8_t *program, uint64_t length, in ReadProgram() function in google_breakpad::DumpSymbols::DumperLineToModule
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 265 void ReadProgram(const uint8_t *program, uint64_t length, in ReadProgram() function in __anon33ac14eb0111::DumperLineToModule
|