Searched refs:a_entry (Results 1 – 23 of 23) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | gen-aout.c | 68 if (my_exec.a_entry == 0) in main() 79 printf ("#define TEXT_START_ADDR %d\n", my_exec.a_entry); in main()
|
D | riscix.c | 84 ? ((x)->a_entry & ~(bfd_vma) (TARGET_PAGE_SIZE - 1)) \ 117 execp->a_entry = bfd_get_start_address (abfd); \ 549 bfd_get_start_address (abfd) = execp->a_entry; in riscix_some_aout_object_p() 608 if ((execp->a_entry >= obj_textsec(abfd)->vma) && in riscix_some_aout_object_p() 609 (execp->a_entry < obj_textsec(abfd)->vma + obj_textsec(abfd)->size)) in riscix_some_aout_object_p()
|
D | i386os9k.c | 42 execp->a_entry = H_GET_32 (abfd, bytes->m_exec); in os9k_swap_exec_header_in() 102 obj_textsec (abfd)->filepos = execp->a_entry; in os9k_callback()
|
D | pc532-mach.c | 42 ((x)->a_entry < TEXT_START_ADDR? 0: TEXT_START_ADDR): \
|
D | aout-adobe.c | 45 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in aout_adobe_swap_exec_header_in() 65 PUT_WORD (abfd, execp->a_entry , bytes->e_entry); in aout_adobe_swap_exec_header_out() 305 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd); in aout_adobe_write_object_contents()
|
D | i386dynix.c | 75 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in i386dynix_32_swap_exec_header_in()
|
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 | 226 bfd_vma a_entry; /* Start address. */ member 631 execp->a_entry = bfd_get_start_address (abfd); \
|
D | hp300hpux.c | 292 execp->a_entry = bfd_get_start_address (abfd); in MY() 458 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in NAME()
|
D | mipsbsd.c | 26 (N_MAGIC(x) != ZMAGIC ? (x)->a_entry : /* object file or NMAGIC */\
|
D | bout.c | 88 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in bout_swap_exec_header_in() 113 PUT_WORD (abfd, execp->a_entry , bytes->e_entry); in bout_swap_exec_header_out() 407 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd); in b_out_write_object_contents()
|
D | pdp11.c | 300 execp->a_entry = bfd_get_start_address (abfd); in pdp11_aout_write_headers() 388 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in NAME() 417 PUT_WORD (abfd, execp->a_entry, bytes->e_entry); in NAME() 510 bfd_get_start_address (abfd) = execp->a_entry; in NAME() 614 if (execp->a_entry != 0 in NAME() 615 || (execp->a_entry >= obj_textsec(abfd)->vma in NAME() 616 && execp->a_entry < obj_textsec(abfd)->vma + obj_textsec(abfd)->size)) in NAME() 3747 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd); in NAME()
|
D | i386lynx.c | 43 execp->a_entry = bfd_get_start_address (abfd); \
|
D | aout-arm.c | 37 ? ((x)->a_entry & ~(bfd_vma) (TARGET_PAGE_SIZE - 1)) \
|
D | aoutx.h | 387 execp->a_entry = GET_WORD (abfd, bytes->e_entry); in NAME() 419 PUT_WORD (abfd, execp->a_entry , bytes->e_entry); in NAME() 518 bfd_get_start_address (abfd) = execp->a_entry; in NAME() 627 if (execp->a_entry != 0 in NAME() 628 || (execp->a_entry >= obj_textsec (abfd)->vma in NAME() 629 && execp->a_entry < (obj_textsec (abfd)->vma in NAME() 5423 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd); in NAME()
|
D | aout-tic30.c | 643 execp->a_entry = bfd_get_start_address (abfd); in tic30_aout_write_object_contents()
|
D | ChangeLog-9495 | 9787 * aoutx.h (NAME(aout,final_link)): Set a_entry before computing
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | sun4.h | 47 #define N_SHARED_LIB(x) ((x)->a_entry < TEXT_START_ADDR \ 56 : (N_MAGIC(x) == ZMAGIC && (x)->a_entry < TEXT_START_ADDR)? 0 \
|
D | hp.h | 43 unsigned long a_entry; /* start address */ member
|
D | aout64.h | 139 (((x)->a_entry & (TARGET_PAGE_SIZE-1)) >= EXEC_BYTES_SIZE)
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | aout_gnu.h | 82 unsigned char a_entry[4]; member 99 unsigned a_entry; /* start address */ member
|
/toolchain/binutils/binutils-2.27/config/ |
D | tcl.m4 | 2000 # and a_entry fields. 2020 return foo.a_text + foo.a_data + foo.a_bss + foo.a_entry; 2036 return foo.a_text + foo.a_data + foo.a_bss + foo.a_entry; 2052 return foo.a_text + foo.a_data + foo.a_bss + foo.a_entry;
|
/toolchain/binutils/binutils-2.27/include/ |
D | ChangeLog-9103 | 2477 Eliminate N_HEADER_IN_TEXT, using a_entry to determine which
|