Home
last modified time | relevance | path

Searched refs:a_entry (Results 1 – 10 of 10) 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()
/freebsd/sys/kern/
H A Dimgact_aout.c238 a_out->a_entry < virtual_offset || in exec_aout_imgact()
239 a_out->a_entry >= virtual_offset + a_out->a_text || in exec_aout_imgact()
352 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;
593 LIST_INSERT_HEAD(&peer->p_aips, aip, a_entry); in wg_aip_add()
604 LIST_REMOVE(aip, a_entry); in wg_aip_add()
607 LIST_INSERT_HEAD(&peer->p_aips, aip, a_entry); in wg_aip_add()
661 LIST_REMOVE(aip, a_entry); in wg_aip_del()
710 LIST_FOREACH_SAFE(aip, &peer->p_aips, a_entry, taip) { in wg_aip_remove_all()
714 LIST_REMOVE(aip, a_entry); in wg_aip_remove_all()
722 LIST_FOREACH_SAFE(aip, &peer->p_aips, a_entry, taip) { in wg_aip_remove_all()
726 LIST_REMOVE(aip, a_entry); in wg_aip_remove_all()
2768 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/gptzfsboot/
H A Dzfsboot.c371 addr = hdr.ex.a_entry & 0xffffff; in load()
/freebsd/stand/i386/gptboot/
H A Dgptboot.c415 addr = hdr.ex.a_entry & 0xffffff; in load()