Home
last modified time | relevance | path

Searched refs:a_entry (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/sys/
H A Dimgact_aout.h77 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
78 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)
116 uint32_t a_entry; /* entry point */ member
/freebsd/sys/i386/linux/
H A Dimgact_linux.c95 if (a_out->a_entry < virtual_offset || in exec_linux_imgact()
96 a_out->a_entry >= virtual_offset + a_out->a_text || in exec_linux_imgact()
219 imgp->entry_addr = a_out->a_entry; in exec_linux_imgact()
H A Dlinux_machdep.c777 vmaddr = trunc_page(a_out->a_entry); in linux_uselib()
800 vmaddr = trunc_page(a_out->a_entry); in linux_uselib()
825 vmaddr = trunc_page(a_out->a_entry) + a_out->a_text + in linux_uselib()
/freebsd/sys/kern/
H A Dimgact_aout.c240 a_out->a_entry < virtual_offset || in exec_aout_imgact()
241 a_out->a_entry >= virtual_offset + a_out->a_text || in exec_aout_imgact()
354 imgp->entry_addr = a_out->a_entry; in exec_aout_imgact()
/freebsd/usr.sbin/btxld/
H A Dbtxld.c356 hdr->entry = le32toh(ex->a_entry); in gethdr()
357 if (le32toh(ex->a_entry) >= BTX_PGSIZE) in gethdr()
411 ex.a_entry = htole32(hdr->entry); in puthdr()
/freebsd/sys/dev/wg/
H A Dif_wg.c143 LIST_ENTRY(wg_aip) a_entry;
556 LIST_INSERT_HEAD(&peer->p_aips, aip, a_entry); in wg_aip_add()
567 LIST_REMOVE(aip, a_entry); in wg_aip_add()
570 LIST_INSERT_HEAD(&peer->p_aips, aip, a_entry); in wg_aip_add()
621 LIST_FOREACH_SAFE(aip, &peer->p_aips, a_entry, taip) { in wg_aip_remove_all()
625 LIST_REMOVE(aip, a_entry); in wg_aip_remove_all()
633 LIST_FOREACH_SAFE(aip, &peer->p_aips, a_entry, taip) { in wg_aip_remove_all()
637 LIST_REMOVE(aip, a_entry); in wg_aip_remove_all()
2665 LIST_FOREACH(aip, &peer->p_aips, a_entry) { in wgc_get()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h309 Entry *a_entry; member
/freebsd/stand/i386/isoboot/
H A Disoboot.c354 addr = hdr.ex.a_entry & 0xffffff; in load()
/freebsd/stand/i386/boot2/
H A Dboot2.c302 addr = hdr.ex.a_entry & 0xffffff; in load()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c415 addr = hdr.ex.a_entry & 0xffffff; in load()
/freebsd/stand/i386/zfsboot/
H A Dzfsboot.c371 addr = hdr.ex.a_entry & 0xffffff; in load()