Searched refs:entry_addr (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/sys/sys/
H A Dimgact.h65 unsigned long entry_addr; /* entry address of target executable */ member in struct:image_params
/freebsd-current/sys/arm64/arm64/
H A Delf32_machdep.c290 tf->tf_x[14] = imgp->entry_addr;
291 tf->tf_elr = imgp->entry_addr;
293 if ((uint32_t)imgp->entry_addr & 1)
H A Dexec_machdep.c409 tf->tf_lr = imgp->entry_addr;
410 tf->tf_elr = imgp->entry_addr;
/freebsd-current/stand/i386/libi386/
H A Dmultiboot.h116 multiboot_uint32_t entry_addr; member in struct:multiboot_header
/freebsd-current/sys/arm/arm/
H A Dexec_machdep.c83 tf->tf_usr_lr = imgp->entry_addr;
85 tf->tf_pc = imgp->entry_addr;
87 if ((register_t)imgp->entry_addr & 1)
/freebsd-current/sys/riscv/riscv/
H A Dexec_machdep.c185 tf->tf_ra = imgp->entry_addr;
186 tf->tf_sepc = imgp->entry_addr;
/freebsd-current/stand/efi/loader/arch/amd64/
H A Dmultiboot2.h142 multiboot_uint32_t entry_addr; member in struct:multiboot_header_tag_entry_address
H A Dmultiboot2.c194 hdr.efi64_entry = entry->entry_addr;
/freebsd-current/sys/i386/linux/
H A Dimgact_linux.c219 imgp->entry_addr = a_out->a_entry;
/freebsd-current/sys/arm64/iommu/
H A Dsmmu.c418 void *entry_addr; local
423 entry_addr = (void *)((uint64_t)evtq->vaddr +
425 memcpy(evt, entry_addr, EVTQ_ENTRY_DWORDS * 8);
533 void *entry_addr; local
547 entry_addr = (void *)((uint64_t)cmdq->vaddr +
549 memcpy(entry_addr, cmd, CMDQ_ENTRY_DWORDS * 8);
/freebsd-current/sys/kern/
H A Dimgact_aout.c354 imgp->entry_addr = a_out->a_entry;
H A Dimgact_elf.c1373 imgp->entry_addr = entry;
1388 &addr, &imgp->entry_addr);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCClassDescriptorV2.cpp491 const lldb::addr_t entry_addr = relative_method_lists->m_first_ptr + local
493 if (!entry->Read(process, entry_addr))
498 const lldb::addr_t method_list_addr = entry_addr + entry->m_list_offset;
/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.c5249 uint32_t opcode, read_value, addr, entry_addr; local
5252 entry_addr = crbEntry->addr;
5258 ret = ql_rdwr_indreg32(ha, entry_addr,
5267 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 1);
5271 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 0);
5279 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 1);
5291 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 0);
5297 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 1);
5303 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 0);
5313 addr = entry_addr;
[all...]
/freebsd-current/sys/powerpc/powerpc/
H A Dexec_machdep.c692 tf->srr0 = imgp->entry_addr;
694 tf->fixreg[12] = imgp->entry_addr;
721 tf->srr0 = imgp->entry_addr;
H A Delf64_machdep.c262 (void)copyin((void *)imgp->entry_addr, entry_desc,
/freebsd-current/sys/arm64/linux/
H A Dlinux_sysvec.c174 regs->tf_elr = imgp->entry_addr;
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2778 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); local
2779 if (entry_addr.IsValid())
2780 return entry_addr;
2790 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); local
2791 if (entry_addr.IsValid())
2792 return entry_addr;
/freebsd-current/sys/amd64/amd64/
H A Dexec_machdep.c389 regs->tf_rip = imgp->entry_addr;
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_sysvec.c593 regs->tf_rip = imgp->entry_addr;
/freebsd-current/sys/amd64/linux/
H A Dlinux_sysvec.c256 regs->tf_rip = imgp->entry_addr;
/freebsd-current/sys/amd64/ia32/
H A Dia32_signal.c943 regs->tf_rip = imgp->entry_addr;
/freebsd-current/sys/i386/i386/
H A Dexec_machdep.c982 regs->tf_eip = imgp->entry_addr;

Completed in 412 milliseconds