| /freebsd-14.2/sys/arm64/arm64/ |
| H A D | elf32_machdep.c | 290 tf->tf_x[14] = imgp->entry_addr; in freebsd32_setregs() 291 tf->tf_elr = imgp->entry_addr; in freebsd32_setregs() 293 if ((uint32_t)imgp->entry_addr & 1) in freebsd32_setregs()
|
| H A D | exec_machdep.c | 410 tf->tf_lr = imgp->entry_addr; in exec_setregs() 411 tf->tf_elr = imgp->entry_addr; in exec_setregs()
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | exec_machdep.c | 84 tf->tf_usr_lr = imgp->entry_addr; in exec_setregs() 86 tf->tf_pc = imgp->entry_addr; in exec_setregs() 88 if ((register_t)imgp->entry_addr & 1) in exec_setregs()
|
| /freebsd-14.2/sys/sys/ |
| H A D | imgact.h | 65 unsigned long entry_addr; /* entry address of target executable */ member
|
| /freebsd-14.2/stand/i386/libi386/ |
| H A D | multiboot.h | 116 multiboot_uint32_t entry_addr; member
|
| /freebsd-14.2/sys/riscv/riscv/ |
| H A D | exec_machdep.c | 186 tf->tf_ra = imgp->entry_addr; in exec_setregs() 187 tf->tf_sepc = imgp->entry_addr; in exec_setregs()
|
| /freebsd-14.2/sys/arm64/iommu/ |
| H A D | smmu.c | 428 void *entry_addr; in smmu_evtq_dequeue() local 433 entry_addr = (void *)((uint64_t)evtq->vaddr + in smmu_evtq_dequeue() 435 memcpy(evt, entry_addr, EVTQ_ENTRY_DWORDS * 8); in smmu_evtq_dequeue() 543 void *entry_addr; in smmu_cmdq_enqueue_cmd() local 557 entry_addr = (void *)((uint64_t)cmdq->vaddr + in smmu_cmdq_enqueue_cmd() 559 memcpy(entry_addr, cmd, CMDQ_ENTRY_DWORDS * 8); in smmu_cmdq_enqueue_cmd()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCClassDescriptorV2.cpp | 491 const lldb::addr_t entry_addr = relative_method_lists->m_first_ptr + in ProcessRelativeMethodLists() local 493 if (!entry->Read(process, entry_addr)) in ProcessRelativeMethodLists() 498 const lldb::addr_t method_list_addr = entry_addr + entry->m_list_offset; in ProcessRelativeMethodLists()
|
| /freebsd-14.2/sys/i386/linux/ |
| H A D | imgact_linux.c | 219 imgp->entry_addr = a_out->a_entry; in exec_linux_imgact()
|
| /freebsd-14.2/stand/efi/loader/arch/amd64/ |
| H A D | multiboot2.h | 142 multiboot_uint32_t entry_addr; member
|
| H A D | multiboot2.c | 194 hdr.efi64_entry = entry->entry_addr; in loadfile()
|
| /freebsd-14.2/sys/dev/qlxgbe/ |
| H A D | ql_hw.c | 5249 uint32_t opcode, read_value, addr, entry_addr; in ql_cntrl() local 5252 entry_addr = crbEntry->addr; in ql_cntrl() 5258 ret = ql_rdwr_indreg32(ha, entry_addr, in ql_cntrl() 5267 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 1); in ql_cntrl() 5271 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 0); in ql_cntrl() 5279 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 1); in ql_cntrl() 5291 ret = ql_rdwr_indreg32(ha, entry_addr, &read_value, 0); in ql_cntrl() 5313 addr = entry_addr; in ql_cntrl() 5354 addr = entry_addr; in ql_cntrl() 5383 addr = entry_addr; in ql_cntrl() [all …]
|
| /freebsd-14.2/sys/kern/ |
| H A D | imgact_aout.c | 355 imgp->entry_addr = a_out->a_entry; in exec_aout_imgact()
|
| H A D | imgact_elf.c | 1369 imgp->entry_addr = entry; in __CONCAT() 1381 &addr, &imgp->entry_addr); in __CONCAT()
|
| /freebsd-14.2/sys/powerpc/powerpc/ |
| H A D | exec_machdep.c | 692 tf->srr0 = imgp->entry_addr; in exec_setregs() 694 tf->fixreg[12] = imgp->entry_addr; in exec_setregs() 721 tf->srr0 = imgp->entry_addr; in ppc32_setregs()
|
| H A D | elf64_machdep.c | 262 (void)copyin((void *)imgp->entry_addr, entry_desc, in exec_setregs_funcdesc()
|
| /freebsd-14.2/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 174 regs->tf_elr = imgp->entry_addr; in linux_exec_setregs()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 2778 Address entry_addr = exe_module->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress() local 2779 if (entry_addr.IsValid()) in GetEntryPointAddress() 2780 return entry_addr; in GetEntryPointAddress() 2790 Address entry_addr = module_sp->GetObjectFile()->GetEntryPointAddress(); in GetEntryPointAddress() local 2791 if (entry_addr.IsValid()) in GetEntryPointAddress() 2792 return entry_addr; in GetEntryPointAddress()
|
| /freebsd-14.2/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 256 regs->tf_rip = imgp->entry_addr; in linux_exec_setregs()
|
| /freebsd-14.2/sys/amd64/amd64/ |
| H A D | exec_machdep.c | 391 regs->tf_rip = imgp->entry_addr; in exec_setregs()
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 593 regs->tf_rip = imgp->entry_addr; in linux_exec_setregs()
|
| /freebsd-14.2/sys/amd64/ia32/ |
| H A D | ia32_signal.c | 944 regs->tf_rip = imgp->entry_addr; in ia32_setregs()
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | exec_machdep.c | 984 regs->tf_eip = imgp->entry_addr; in exec_setregs()
|