Searched refs:addr_offset (Results 1 – 10 of 10) sorted by relevance
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | objdump.c | 1158 show_line (bfd *abfd, asection *section, bfd_vma addr_offset) in show_line() argument 1167 if (! bfd_find_nearest_line (abfd, section, syms, addr_offset, &filename, in show_line() 1318 bfd_vma addr_offset; in disassemble_bytes() local 1363 addr_offset = start_offset; in disassemble_bytes() 1364 while (addr_offset < stop_offset) in disassemble_bytes() 1376 for (z = addr_offset * opb; z < stop_offset * opb; z++) in disassemble_bytes() 1382 && (z - addr_offset * opb >= skip_zeroes in disassemble_bytes() 1384 z - addr_offset * opb < skip_zeroes_at_end))) in disassemble_bytes() 1393 z = addr_offset * opb + ((z - addr_offset * opb) &~ 3); in disassemble_bytes() 1395 octets = z - addr_offset * opb; in disassemble_bytes() [all …]
|
| HD | ChangeLog-0001 | 1937 (disassemble_data): And here. Change `addr_offset',
|
| HD | ChangeLog-0203 | 1231 * objdump.c (dump_data): Correct addr_offset for opb != 1.
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | Block.cpp | 245 const addr_t addr_offset = addr.GetOffset(); in GetRangeContainingAddress() local 247 if (addr_offset >= func_offset && in GetRangeContainingAddress() 248 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeContainingAddress() 249 addr_t offset = addr_offset - func_offset; in GetRangeContainingAddress() 280 const addr_t addr_offset = addr.GetOffset(); in GetRangeIndexContainingAddress() local 282 if (addr_offset >= func_offset && in GetRangeIndexContainingAddress() 283 addr_offset < func_offset + func_range.GetByteSize()) { in GetRangeIndexContainingAddress() 284 addr_t offset = addr_offset - func_offset; in GetRangeIndexContainingAddress()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/ |
| HD | BreakpointResolverAddress.cpp | 42 lldb::addr_t addr_offset; in CreateFromStructuredData() local 47 GetKey(OptionNames::AddressOffset), addr_offset); in CreateFromStructuredData() 52 Address address(addr_offset); in CreateFromStructuredData()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBAddress.cpp | 158 addr_t addr_offset = m_opaque_up->GetOffset(); in OffsetAddress() local 159 if (addr_offset != LLDB_INVALID_ADDRESS) { in OffsetAddress() 160 m_opaque_up->SetOffset(addr_offset + offset); in OffsetAddress()
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elf64-sparc.c | 283 bfd_vma addr_offset; in elf64_sparc_write_relocs() local 344 addr_offset = 0; in elf64_sparc_write_relocs() 346 addr_offset = sec->vma; in elf64_sparc_write_relocs() 406 dst_rela.r_offset = ptr->address + addr_offset; in elf64_sparc_write_relocs()
|
| HD | elfcode.h | 922 bfd_vma addr_offset; in elf_write_relocs() local 979 addr_offset = 0; in elf_write_relocs() 981 addr_offset = sec->vma; in elf_write_relocs() 1021 src_rela.r_offset = ptr->address + addr_offset; in elf_write_relocs()
|
| /freebsd-11-stable/contrib/llvm-project/lld/docs/ |
| HD | Partitions.rst | 86 int32_t addr_offset; 91 containing the soname of the partition, the ``addr_offset`` field is a
|
| /freebsd-11-stable/sys/dev/vxge/vxgehal/ |
| HD | vxgehal-mrpcim.c | 5584 u32 addr_offset, data_offset; in __hal_mrpcim_get_vpd_data() local 5595 addr_offset = hldev->pci_caps.vpd_cap_offset + in __hal_mrpcim_get_vpd_data() 5622 addr_offset, (u16) i); in __hal_mrpcim_get_vpd_data() 5627 addr_offset, 2, &data); in __hal_mrpcim_get_vpd_data()
|