Searched refs:a_entry (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/sys/ |
H A D | imgact_aout.h | 77 (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 D | imgact_linux.c | 95 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 D | imgact_aout.c | 240 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 D | btxld.c | 356 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 D | if_wg.c | 143 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() 2663 LIST_FOREACH(aip, &peer->p_aips, a_entry) { in wgc_get()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | LineTable.h | 309 Entry *a_entry; member
|
/freebsd/stand/i386/isoboot/ |
H A D | isoboot.c | 354 addr = hdr.ex.a_entry & 0xffffff; in load()
|
/freebsd/stand/i386/boot2/ |
H A D | boot2.c | 302 addr = hdr.ex.a_entry & 0xffffff; in load()
|
/freebsd/stand/i386/gptboot/ |
H A D | gptboot.c | 415 addr = hdr.ex.a_entry & 0xffffff; in load()
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsboot.c | 371 addr = hdr.ex.a_entry & 0xffffff; in load()
|