Searched refs:a_entry (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dexec.h81 unsigned long a_entry; /* start address */ member in struct:exec
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_dependency_resolver_api_set.rb44 a_entry = {
51 @fetcher.data["#{@uri}?gems=a,b"] = Marshal.dump [a_entry, b_entry]
58 assert_equal [a_entry], @api_set.versions('a')
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dgen-aout.c61 if (my_exec.a_entry == 0) {
70 printf("#define TEXT_START_ADDR %d\n", my_exec.a_entry);
H A Di386dynix.c74 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
H A Dpc532-mach.c40 /* Use a_entry of 0 to distinguish object files from OMAGIC executables */
43 ((x).a_entry < TEXT_START_ADDR? 0: TEXT_START_ADDR): \
H A Di386os9k.c43 execp->a_entry = H_GET_32 (abfd, bytes->m_exec);
103 obj_textsec (abfd)->filepos = execp->a_entry;
H A Driscix.c81 is that a_entry will be in the first page of the executable. */ \
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;
593 if ((execp->a_entry >= obj_textsec(abfd)->vma) &&
594 (execp->a_entry < obj_textsec(abfd)->vma + obj_textsec(abfd)->size))
H A Daout-adobe.c47 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
67 PUT_WORD (abfd, execp->a_entry , bytes->e_entry);
307 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd);
H A Daout-cris.c39 #define N_TXTADDR(x) ((x).a_entry & ~(bfd_vma) 0xffff)
H A Daout-target.h56 && execp->a_entry > obj_textsec (abfd)->vma)
60 adjust = execp->a_entry - obj_textsec (abfd)->vma;
H A Dhp300hpux.c304 execp->a_entry = bfd_get_start_address (abfd);
472 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
H A Dlibaout.h229 bfd_vma a_entry; /* Start address. */
632 execp->a_entry = bfd_get_start_address (abfd); \
227 bfd_vma a_entry; /* Start address. */ member in struct:internal_exec
H A Dmipsbsd.c26 (N_MAGIC(x) != ZMAGIC ? (x).a_entry : /* object file or NMAGIC */\
H A Dbout.c89 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
114 PUT_WORD (abfd, execp->a_entry , bytes->e_entry);
408 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd);
H A Daout-arm.c38 ? ((x).a_entry & ~(bfd_vma) (TARGET_PAGE_SIZE - 1)) \
H A Di386lynx.c47 execp->a_entry = bfd_get_start_address (abfd); \
H A Dpdp11.c291 execp->a_entry = bfd_get_start_address (abfd);
384 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
413 PUT_WORD (abfd, execp->a_entry, bytes->e_entry);
513 bfd_get_start_address (abfd) = execp->a_entry;
617 if (execp->a_entry != 0
618 || (execp->a_entry >= obj_textsec(abfd)->vma
619 && execp->a_entry < obj_textsec(abfd)->vma + obj_textsec(abfd)->size))
3744 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd);
/macosx-10.10.1/emacs-93/emacs/src/m/
H A Dgould.h149 #define entry a_entry
/macosx-10.10.1/xnu-2782.1.97/bsd/i386/
H A Dexec.h113 unsigned int a_entry; /* entry point */ member in struct:exec
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/aout/
H A Dhp.h42 unsigned long a_entry; /* start address */ member in struct:exec
H A Dsun4.h42 an address of zero if a_entry (!!!) is lower than the otherwise
52 : (N_MAGIC(x) == ZMAGIC && (x).a_entry < TEXT_START_ADDR)? 0 \
H A Daout64.h139 (((x).a_entry & (TARGET_PAGE_SIZE-1)) >= EXEC_BYTES_SIZE)
148 #define N_SHARED_LIB(x) ((x).a_entry < TEXT_START_ADDR)
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dnlist.c77 unsigned long a_entry; /* entry point */ member in struct:exec
/macosx-10.10.1/emacs-93/emacs/src/
H A Dunexsunos4.c176 nhdr.a_entry = entry;
H A Dunexec.c301 #define a_entry entry macro
738 hdr.a_entry = entry_address;

Completed in 335 milliseconds

12