Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dimgact_aout.h82 ((ex).a_entry < (ex).a_text ? 0 : (ex).a_entry & ~__LDPGSZ) : __LDPGSZ)
129 aout_register_t a_entry; /* entry point */ member
/dragonfly/stand/boot/pc32/btxld/
H A Dbtxld.c340 hdr->entry = ex->a_entry; in gethdr()
341 if (ex->a_entry >= BTX_PGSIZE) in gethdr()
394 ex.a_entry = hdr->entry; in puthdr()
/dragonfly/contrib/binutils-2.34/bfd/
H A Dlibaout.h226 bfd_vma a_entry; /* Start address. */ member
630 execp->a_entry = bfd_get_start_address (abfd); \
/dragonfly/contrib/binutils-2.27/bfd/
H A Dlibaout.h226 bfd_vma a_entry; /* Start address. */ member
631 execp->a_entry = bfd_get_start_address (abfd); \
/dragonfly/contrib/gdb-7/bfd/
H A Dlibaout.h228 bfd_vma a_entry; /* Start address. */ member
636 execp->a_entry = bfd_get_start_address (abfd); \
/dragonfly/contrib/binutils-2.34/include/aout/
H A Daout64.h139 (((x)->a_entry & (TARGET_PAGE_SIZE-1)) >= EXEC_BYTES_SIZE)
/dragonfly/contrib/gdb-7/include/aout/
H A Daout64.h139 (((x).a_entry & (TARGET_PAGE_SIZE-1)) >= EXEC_BYTES_SIZE)
/dragonfly/contrib/binutils-2.27/include/aout/
H A Daout64.h139 (((x)->a_entry & (TARGET_PAGE_SIZE-1)) >= EXEC_BYTES_SIZE)
/dragonfly/sys/net/wg/
H A Dif_wg.c193 LIST_ENTRY(wg_aip) a_entry;
814 LIST_INSERT_HEAD(&peer->p_aips, aip, a_entry); in wg_aip_add()
832 LIST_REMOVE(aip, a_entry); in wg_aip_add()
835 LIST_INSERT_HEAD(&peer->p_aips, aip, a_entry); in wg_aip_add()
890 LIST_FOREACH_MUTABLE(aip, &peer->p_aips, a_entry, taip) { in wg_aip_remove_all()
904 LIST_REMOVE(aip, a_entry); in wg_aip_remove_all()
2458 LIST_FOREACH(aip, &peer->p_aips, a_entry) { in wg_ioctl_get()
/dragonfly/stand/boot/pc32/boot2/
H A Dboot2.c385 addr = hdr.ex.a_entry & 0xffffff; in load()
/dragonfly/sys/net/wg/selftest/
H A Dallowedips.c729 LIST_FOREACH(aip, &a->p_aips, a_entry) { in wg_allowedips_lookup_test()