Home
last modified time | relevance | path

Searched defs:exec (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/include/aout/
Dhp.h29 struct exec struct
50 /* Tell a.out.gnu.h not to define `struct exec'. */ argument
/toolchain/binutils/binutils-2.27/bfd/
Dcorefile.c160 char *exec; in generic_core_file_matches_executable_p() local
Driscix.c624 struct internal_exec exec; /* Cleaned-up exec header. */ in MY() local
Daout-target.h135 struct internal_exec exec; /* Cleaned-up exec header. */ in MY() local
Delf32-rx.c3372 int exec = (abfd->flags & EXEC_P) ? 1 : 0; in rx_get_section_contents() local
3488 bfd_boolean exec = (abfd->flags & EXEC_P) ? TRUE : FALSE; in rx_set_section_contents() local
Daout-tic30.c554 struct internal_exec exec; /* Cleaned-up exec header. */ in tic30_aout_object_p() local
Delflink.c5853 int exec = 0; in bfd_elf_size_dynamic_sections() local
/toolchain/binutils/binutils-2.27/gas/config/
Daout_gnu.h92 struct exec struct
94 unsigned long a_info; /* Use macros N_MAGIC, etc for access */
95 unsigned a_text; /* length of text, in bytes */
96 unsigned a_data; /* length of data, in bytes */
97 unsigned a_bss; /* length of uninitialized data area for file, in bytes */
98 unsigned a_syms; /* length of symbol table data in file, in bytes */
99 unsigned a_entry; /* start address */
100 unsigned a_trsize; /* length of relocation info for text, in bytes */
101 unsigned a_drsize; /* length of relocation info for data, in bytes */
/toolchain/binutils/binutils-2.27/bfd/doc/
Dchew.c372 exec (word) in exec() function