| /freebsd-12.1/sys/sys/ |
| H A D | imgact_aout.h | 81 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \ 82 le32toh((ex).a_entry) & ~__LDPGSZ) : __LDPGSZ) 120 uint32_t a_entry; /* entry point */ member
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | gen-aout.c | 61 if (my_exec.a_entry == 0) { 70 printf("#define TEXT_START_ADDR %d\n", my_exec.a_entry);
|
| H A D | aout-target.h | 57 && execp->a_entry > obj_textsec (abfd)->vma) in MY() 61 adjust = execp->a_entry - obj_textsec (abfd)->vma; in MY()
|
| H A D | libaout.h | 227 bfd_vma a_entry; /* Start address. */ member 633 execp->a_entry = bfd_get_start_address (abfd); \
|
| H A D | bout.c | 89 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in bout_swap_exec_header_in() 114 PUT_WORD (abfd, execp->a_entry , bytes->e_entry); in bout_swap_exec_header_out() 408 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd); in b_out_write_object_contents()
|
| H A D | mipsbsd.c | 26 (N_MAGIC(x) != ZMAGIC ? (x).a_entry : /* object file or NMAGIC */\
|
| H A D | aout-arm.c | 38 ? ((x).a_entry & ~(bfd_vma) (TARGET_PAGE_SIZE - 1)) \
|
| H A D | aoutx.h | 388 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in NAME() 420 PUT_WORD (abfd, execp->a_entry , bytes->e_entry); in NAME() 519 bfd_get_start_address (abfd) = execp->a_entry; in NAME() 628 if (execp->a_entry != 0 in NAME() 629 || (execp->a_entry >= obj_textsec (abfd)->vma in NAME() 630 && execp->a_entry < (obj_textsec (abfd)->vma in NAME() 5356 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd); in NAME()
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | imgact_linux.c | 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() 216 imgp->entry_addr = a_out->a_entry; in exec_linux_imgact()
|
| /freebsd-12.1/sys/kern/ |
| H A D | imgact_aout.c | 224 a_out->a_entry < virtual_offset || in exec_aout_imgact() 225 a_out->a_entry >= virtual_offset + a_out->a_text || in exec_aout_imgact() 334 imgp->entry_addr = a_out->a_entry; in exec_aout_imgact()
|
| H A D | imgact_gzip.c | 199 gz->a_out.a_entry < gz->virtual_offset || in do_aout_hdr() 200 gz->a_out.a_entry >= gz->virtual_offset + gz->a_out.a_text || in do_aout_hdr() 290 gz->ip->entry_addr = gz->a_out.a_entry; in do_aout_hdr()
|
| /freebsd-12.1/usr.bin/elf2aout/ |
| H A D | elf2aout.c | 56 u_int32_t a_entry; member 145 a.a_entry = htoxe32(entry); in main()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | tree.c | 923 svn_fs_x__dirent_t *s_entry, *t_entry, *a_entry; in merge() local 926 a_entry = APR_ARRAY_IDX(a_entries, i, svn_fs_x__dirent_t *); in merge() 932 if (s_entry && svn_fs_x__id_eq(&a_entry->id, &s_entry->id)) in merge() 937 else if (t_entry && svn_fs_x__id_eq(&a_entry->id, &t_entry->id)) in merge() 954 SVN_ERR(svn_fs_x__dag_set_entry(target, a_entry->name, in merge() 982 a_entry->name, in merge() 988 || a_entry->kind == svn_node_file) in merge() 991 a_entry->name, in merge() 1008 a_entry->name, in merge() 1027 svn_fs_x__dirent_t *a_entry, *s_entry, *t_entry; in merge() local [all …]
|
| /freebsd-12.1/contrib/binutils/gas/config/ |
| H A D | aout_gnu.h | 82 unsigned char a_entry[4]; member 99 unsigned a_entry; /* start address */ member
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | tree.c | 1987 svn_fs_dirent_t *s_entry, *t_entry, *a_entry; in merge() local 1990 a_entry = APR_ARRAY_IDX(a_entries, i, svn_fs_dirent_t *); in merge() 1996 if (s_entry && svn_fs_fs__id_eq(a_entry->id, s_entry->id)) in merge() 2001 else if (t_entry && svn_fs_fs__id_eq(a_entry->id, t_entry->id)) in merge() 2056 a_entry->name, in merge() 2062 || a_entry->kind == svn_node_file) in merge() 2065 a_entry->name, in merge() 2080 a_entry->name, in merge() 2091 a_entry->id, iterpool)); in merge() 2106 svn_fs_dirent_t *a_entry, *s_entry, *t_entry; in merge() local [all …]
|
| /freebsd-12.1/contrib/binutils/include/aout/ |
| H A D | aout64.h | 138 (((x).a_entry & (TARGET_PAGE_SIZE-1)) >= EXEC_BYTES_SIZE) 147 #define N_SHARED_LIB(x) ((x).a_entry < TEXT_START_ADDR)
|
| H A D | sun4.h | 52 : (N_MAGIC(x) == ZMAGIC && (x).a_entry < TEXT_START_ADDR)? 0 \
|
| /freebsd-12.1/usr.bin/ldd/ |
| H A D | sods.c | 230 printf(" a_entry = 0x%lx\n", (long)ex->a_entry); in dump_file() 251 printf(" Entry = 0x%lx\n", (long)ex->a_entry); in dump_file() 283 if (ex->a_entry >= PAGE_SIZE) { /* Executable, not a shared library */ in dump_file()
|
| H A D | ldd.c | 307 || hdr.aout.a_entry < __LDPGSZ in is_executable()
|
| /freebsd-12.1/usr.sbin/btxld/ |
| H A D | btxld.c | 361 hdr->entry = le32toh(ex->a_entry); in gethdr() 362 if (le32toh(ex->a_entry) >= BTX_PGSIZE) in gethdr() 416 ex.a_entry = htole32(hdr->entry); in puthdr()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/ |
| H A D | LineTable.h | 339 Entry *a_entry; member
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/ |
| H A D | tree.c | 2282 svn_fs_dirent_t *s_entry, *t_entry, *a_entry; in merge() local 2292 a_entry = val; in merge() 2299 if (s_entry && svn_fs_base__id_eq(a_entry->id, s_entry->id)) in merge() 2304 else if (t_entry && svn_fs_base__id_eq(a_entry->id, t_entry->id)) in merge() 2352 a_entry->name, in merge() 2358 svn_fs_base__id_node_id(a_entry->id)) != 0 in merge() 2360 svn_fs_base__id_copy_id(a_entry->id)) != 0 in merge() 2362 svn_fs_base__id_node_id(a_entry->id)) != 0 in merge() 2364 svn_fs_base__id_copy_id(a_entry->id)) != 0) in merge() 2367 a_entry->name, in merge() [all …]
|
| /freebsd-12.1/usr.sbin/kgzip/ |
| H A D | kgzcmp.c | 237 kh->entry = le32toh(a->a_entry); in ld_aout()
|
| /freebsd-12.1/stand/i386/isoboot/ |
| H A D | isoboot.c | 357 addr = hdr.ex.a_entry & 0xffffff; in load()
|
| /freebsd-12.1/stand/i386/boot2/ |
| H A D | boot2.c | 305 addr = hdr.ex.a_entry & 0xffffff; in load()
|