| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.h | 84 size_t ReadSectionData(lldb_private::Section *section, 89 ReadSectionData(lldb_private::Section *section,
|
| H A D | ObjectFileJIT.cpp | 203 size_t ObjectFileJIT::ReadSectionData(lldb_private::Section *section, in ReadSectionData() function in ObjectFileJIT 220 size_t ObjectFileJIT::ReadSectionData( in ReadSectionData() function in ObjectFileJIT
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 474 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData() function in ObjectFile 482 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData() 523 size_t ObjectFile::ReadSectionData(Section *section, in ReadSectionData() function in ObjectFile 527 return section->GetObjectFile()->ReadSectionData(section, section_data); in ReadSectionData()
|
| H A D | ArmUnwindInfo.cpp | 52 objfile.ReadSectionData(arm_exidx.get(), m_arm_exidx_data); in ArmUnwindInfo() 53 objfile.ReadSectionData(arm_extab.get(), m_arm_extab_data); in ArmUnwindInfo()
|
| H A D | DWARFCallFrameInfo.cpp | 406 m_objfile.ReadSectionData(m_section_sp.get(), m_cfi_data); in GetCFIData()
|
| H A D | CompactUnwindInfo.cpp | 282 m_objfile.ReadSectionData(m_section_sp.get(), m_unwindinfo_data); in ScanIndex()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 666 virtual size_t ReadSectionData(Section *section, 673 virtual size_t ReadSectionData(Section *section,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 143 size_t ReadSectionData(lldb_private::Section *section, 147 size_t ReadSectionData(lldb_private::Section *section,
|
| H A D | ObjectFileELF.cpp | 970 if (ReadSectionData(dynsym, dynsym_data) && in ParseDependentModules() 971 ReadSectionData(dynstr, dynstr_data)) { in ParseDependentModules() 2348 if (ReadSectionData(symtab, symtab_data) && in ParseSymbolTable() 2349 ReadSectionData(strtab, strtab_data)) { in ParseSymbolTable() 2378 if (ReadSectionData(dynsym, dynsym_data)) { in ParseDynamicSymbols() 2576 if (!ReadSectionData(rel_section, rel_data)) in ParseTrampolineSymbols() 2580 if (!ReadSectionData(symtab, symtab_data)) in ParseTrampolineSymbols() 2584 if (!ReadSectionData(strtab, strtab_data)) in ParseTrampolineSymbols() 3405 size_t ObjectFileELF::ReadSectionData(Section *section, in ReadSectionData() function in ObjectFileELF 3410 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Section.cpp | 375 return m_obj_file->ReadSectionData(this, offset, dst, dst_len); in GetSectionData() 381 return m_obj_file->ReadSectionData(this, section_data); in GetSectionData()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 100 obj.ReadSectionData(§, data); in LineIterator() 123 m_obj->ReadSectionData(§, data); in operator ++()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARF.cpp | 612 m_objfile_sp->ReadSectionData(section_sp.get(), data); in LoadSectionData()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Target.cpp | 1763 size_t bytes_read = objfile->ReadSectionData( in ReadMemoryFromFileCache()
|