| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | obj-hp300.h | 36 unsigned char a_entry[4]; /* start address */ member 59 unsigned long a_entry; member
|
| D | obj-bout.h | 92 unsigned long a_entry; /* Runtime start address. */ member 254 #define H_GET_ENTRY_POINT(h) ((h)->header.a_entry) 278 #define H_SET_ENTRY_POINT(h,v) ((h)->header.a_entry = (v))
|
| D | aout_gnu.h | 82 unsigned char a_entry[4]; member 99 unsigned a_entry; /* start address */ member
|
| D | obj-hp300.c | 49 DO (a_entry);
|
| D | obj-aout.h | 189 #define H_GET_ENTRY_POINT(h) ((h)->header.a_entry) 229 #define H_SET_ENTRY_POINT(h,v) ((h)->header.a_entry = (v))
|
| D | obj-bout.c | 124 host_number_to_chars (p, headers->header.a_entry, 4); in obj_header_append()
|
| /mirbsd/src/sys/lib/libsa/ |
| D | exec.c | 79 x.a_entry, x.a_trsize, x.a_drsize); in exec() 159 printf(" start=0x%x\n", x.a_entry); in exec() 168 machdep_start((char *)((register_t)x.a_entry), howto, loadaddr, ssym, in exec()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | gen-aout.c | 61 if (my_exec.a_entry == 0) { 70 printf("#define TEXT_START_ADDR %d\n", my_exec.a_entry);
|
| D | riscix.c | 83 ? ((x).a_entry & ~(bfd_vma) (TARGET_PAGE_SIZE - 1)) \ 119 execp->a_entry = bfd_get_start_address (abfd); \ 534 bfd_get_start_address (abfd) = execp->a_entry; in riscix_some_aout_object_p() 593 if ((execp->a_entry >= obj_textsec(abfd)->vma) && in riscix_some_aout_object_p() 594 (execp->a_entry < obj_textsec(abfd)->vma + obj_textsec(abfd)->size)) in riscix_some_aout_object_p()
|
| D | i386os9k.c | 53 execp->a_entry = H_GET_32 (abfd, bytes->m_exec); 145 obj_textsec (abfd)->filepos = execp->a_entry;
|
| D | aout-adobe.c | 47 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in aout_adobe_swap_exec_header_in() 67 PUT_WORD (abfd, execp->a_entry , bytes->e_entry); in aout_adobe_swap_exec_header_out() 309 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd); in aout_adobe_write_object_contents()
|
| D | pc532-mach.c | 43 ((x).a_entry < TEXT_START_ADDR? 0: TEXT_START_ADDR): \
|
| D | i386dynix.c | 74 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
|
| D | aout-target.h | 56 && execp->a_entry > obj_textsec (abfd)->vma) in MY() 60 adjust = execp->a_entry - obj_textsec (abfd)->vma; in MY()
|
| D | libaout.h | 227 bfd_vma a_entry; /* Start address. */ member 629 execp->a_entry = bfd_get_start_address (abfd); \
|
| D | aout-cris.c | 39 #define N_TXTADDR(x) ((x).a_entry & ~(bfd_vma) 0xffff)
|
| D | hp300hpux.c | 304 execp->a_entry = bfd_get_start_address (abfd); 472 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
|
| /mirbsd/src/sys/kern/ |
| D | exec_aout.c | 124 epp->ep_entry = execp->a_entry; 174 epp->ep_entry = execp->a_entry; 212 epp->ep_entry = execp->a_entry;
|
| /mirbsd/src/sys/compat/linux/ |
| D | linux_exec.c | 313 epp->ep_entry = execp->a_entry; 350 epp->ep_entry = execp->a_entry; 389 epp->ep_entry = execp->a_entry; 427 epp->ep_entry = execp->a_entry; 566 taddr = trunc_page(hdr.a_entry);
|
| /mirbsd/src/gnu/usr.bin/binutils/include/aout/ |
| 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)
|
| D | hp.h | 42 unsigned long a_entry; /* start address */ member
|
| D | sun4.h | 52 : (N_MAGIC(x) == ZMAGIC && (x).a_entry < TEXT_START_ADDR)? 0 \
|
| /mirbsd/src/sys/arch/sparc/stand/installboot/ |
| D | installboot.c | 272 off = N_DATOFF(*hp) - N_DATADDR(*hp) - (hp->a_entry - N_TXTADDR(*hp)); 300 printf("%s: entry point %#x\n", fname, hp->a_entry);
|
| /mirbsd/src/sbin/modload/ |
| D | a.out.c | 173 return (void*)sinfo_buf.a_entry; in a_out_mod_load()
|
| /mirbsd/src/sys/sys/ |
| D | exec_aout.h | 53 u_int32_t a_entry; /* entry point */ member
|