Searched refs:section_data (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | coff-pe-read.c | 104 const struct read_pe_section_data *section_data, in add_pe_exported_sym() argument 109 CORE_ADDR vma = func_rva + section_data->vma_offset; in add_pe_exported_sym() 126 vma, section_data->ms_type, objfile); in add_pe_exported_sym() 200 struct read_pe_section_data section_data[PE_SECTION_TABLE_SIZE] in read_pe_exported_syms() local 280 section_data[sectix].rva_start = vaddr; in read_pe_exported_syms() 281 section_data[sectix].rva_end = vaddr + vsize; in read_pe_exported_syms() 301 bfd_map_over_sections (dll, get_section_vmas, section_data); in read_pe_exported_syms() 308 section_data[i].vma_offset in read_pe_exported_syms() 333 if ((func_rva >= section_data[sectix].rva_start) in read_pe_exported_syms() 334 && (func_rva < section_data[sectix].rva_end)) in read_pe_exported_syms() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDwp.cpp | 94 lldb_private::DWARFDataExtractor section_data; in LoadSectionData() local 95 if (!LoadRawSectionData(sect_type, section_data)) in LoadSectionData() 105 data.SetData(section_data, offsets->Offset, offsets->Length); in LoadSectionData() 107 data.SetData(section_data, 0, section_data.GetByteSize()); in LoadSectionData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 248 lldb_private::DataExtractor §ion_data) { in ReadSectionData() argument 255 section_data.SetData(data_sp, 0, data_sp->GetByteSize()); in ReadSectionData() 256 section_data.SetByteOrder(GetByteOrder()); in ReadSectionData() 257 section_data.SetAddressByteSize(GetAddressByteSize()); in ReadSectionData() 258 return section_data.GetByteSize(); in ReadSectionData() 261 section_data.Clear(); in ReadSectionData()
|
| H A D | ObjectFileJIT.h | 88 lldb_private::DataExtractor §ion_data) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 543 DataExtractor §ion_data) { in ReadSectionData() argument 546 return section->GetObjectFile()->ReadSectionData(section, section_data); in ReadSectionData() 557 section_data.SetData(data_sp, 0, data_sp->GetByteSize()); in ReadSectionData() 558 section_data.SetByteOrder(process_sp->GetByteOrder()); in ReadSectionData() 559 section_data.SetAddressByteSize(process_sp->GetAddressByteSize()); in ReadSectionData() 560 return section_data.GetByteSize(); in ReadSectionData() 565 section_data); in ReadSectionData() 573 section_data); in ReadSectionData() 672 DataExtractor section_data; in GetLoadableData() local 673 section_sp->GetSectionData(section_data); in GetLoadableData() [all …]
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | PROTOCOL.krl | 27 string section_data 29 Where "section_type" indicates the type of the "section_data". An exception
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Section.cpp | 415 lldb::offset_t Section::GetSectionData(DataExtractor §ion_data) { in GetSectionData() argument 417 return m_obj_file->ReadSectionData(this, section_data); in GetSectionData()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3402 DataExtractor §ion_data) { in ReadSectionData() argument 3405 return section->GetObjectFile()->ReadSectionData(section, section_data); in ReadSectionData() 3407 size_t result = ObjectFile::ReadSectionData(section, section_data); in ReadSectionData() 3413 {reinterpret_cast<const char *>(section_data.GetDataStart()), in ReadSectionData() 3414 size_t(section_data.GetByteSize())}, in ReadSectionData() 3421 section_data.Clear(); in ReadSectionData() 3434 section_data.Clear(); in ReadSectionData() 3438 section_data.SetData(buffer_sp); in ReadSectionData()
|
| H A D | ObjectFileELF.h | 148 lldb_private::DataExtractor §ion_data) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 736 DataExtractor §ion_data);
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | ChangeLog-9495 | 5964 to be cached in the section_data. Correct the reloc address.
|