Searched refs:a_entry (Results 1 – 3 of 3) sorted by relevance
80 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \81 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ)119 uint32_t a_entry; /* entry point */ member
98 if (a_out->a_entry < virtual_offset || in exec_linux_imgact()99 a_out->a_entry >= virtual_offset + a_out->a_text || in exec_linux_imgact()218 imgp->entry_addr = a_out->a_entry; in exec_linux_imgact()
220 a_out->a_entry < virtual_offset || in exec_aout_imgact()221 a_out->a_entry >= virtual_offset + a_out->a_text || in exec_aout_imgact()330 imgp->entry_addr = a_out->a_entry; in exec_aout_imgact()