Home
last modified time | relevance | path

Searched refs:ReadProgram (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/common/
Ddwarf_cu_to_module.h161 virtual void ReadProgram(const uint8_t *program, uint64_t length,
Ddwarf_cu_to_module_unittest.cc70 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()
Ddwarf_cu_to_module.cc949 line_reader_->ReadProgram(section_start + offset, section_length - offset, in ReadSourceLines()
/external/minijail/rust/minijail/src/
Dlib.rs52 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/
Ddump_syms.cc347 void ReadProgram(const uint8_t *program, uint64_t length, in ReadProgram() function in google_breakpad::DumpSymbols::DumperLineToModule
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc265 void ReadProgram(const uint8_t *program, uint64_t length, in ReadProgram() function in __anon33ac14eb0111::DumperLineToModule