| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 230 lldb::offset_t section_offset, void *dst, in ReadSectionData() argument 233 if (section_offset < file_size) { in ReadSectionData() 234 size_t src_len = file_size - section_offset; in ReadSectionData() 238 ((uint8_t *)(uintptr_t)section->GetFileOffset()) + section_offset; in ReadSectionData()
|
| H A D | ObjectFileJIT.h | 83 lldb::offset_t section_offset, void *dst,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 492 lldb::offset_t section_offset, void *dst, in ReadSectionData() argument 495 section_offset *= section->GetTargetByteSize(); in ReadSectionData() 499 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData() 509 return process_sp->ReadMemory(base_load_addr + section_offset, dst, in ReadSectionData() 517 if (section_offset < section_file_size) { in ReadSectionData() 518 const size_t section_bytes_left = section_file_size - section_offset; in ReadSectionData() 522 return CopyData(section->GetFileOffset() + section_offset, in ReadSectionData() 527 const uint64_t section_bytes_left = section_size - section_offset; in ReadSectionData()
|
| H A D | LineEntry.cpp | 23 lldb::addr_t section_offset, lldb::addr_t byte_size, in LineEntry() argument 28 : range(section_sp, section_offset, byte_size), file(_file), in LineEntry()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | i386linux.c | 618 int section_offset; local 657 section_offset = is->output_section->vma + is->output_offset; 658 new_addr = f->h->root.root.u.def.value + section_offset; 707 section_offset = is->output_section->vma + is->output_offset; 708 new_addr = f->h->root.root.u.def.value + section_offset; 745 section_offset = is->output_section->vma + is->output_offset; 746 new_addr = h->root.root.u.def.value + section_offset;
|
| H A D | sparclinux.c | 618 int section_offset; local 657 section_offset = is->output_section->vma + is->output_offset; 658 new_addr = f->h->root.root.u.def.value + section_offset; 707 section_offset = is->output_section->vma + is->output_offset; 708 new_addr = f->h->root.root.u.def.value + section_offset; 745 section_offset = is->output_section->vma + is->output_offset; 746 new_addr = h->root.root.u.def.value + section_offset;
|
| H A D | elflink.c | 6711 bfd_vma section_offset, in eval_symbol() argument 6736 * result = addr + section_offset; in eval_symbol() 6798 section_offset, locsymcount, signed_p) \ in eval_symbol() 6816 section_offset, locsymcount, signed_p) \ in eval_symbol() 6821 section_offset, locsymcount, signed_p) \ in eval_symbol() 6917 bfd_vma section_offset; in evaluate_complex_relocation_symbols() local 6922 section_offset = reloc_sec->output_section->vma in evaluate_complex_relocation_symbols() 6978 finfo, addr, section_offset, locsymcount, in evaluate_complex_relocation_symbols()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | LineEntry.h | 31 LineEntry(const lldb::SectionSP §ion_sp, lldb::addr_t section_offset,
|
| H A D | ObjectFile.h | 729 lldb::offset_t section_offset, void *dst,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 144 lldb::offset_t section_offset, void *dst,
|
| H A D | ObjectFileELF.cpp | 3384 lldb::offset_t section_offset, void *dst, in ReadSectionData() argument 3388 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData() 3392 return ObjectFile::ReadSectionData(section, section_offset, dst, dst_len); in ReadSectionData() 3398 return data.CopyData(section_offset, dst_len, dst); in ReadSectionData()
|