Searched defs:exec (Results 1 – 9 of 9) sorted by relevance
29 struct exec struct50 /* Tell a.out.gnu.h not to define `struct exec'. */ argument
160 char *exec; in generic_core_file_matches_executable_p() local
624 struct internal_exec exec; /* Cleaned-up exec header. */ in MY() local
135 struct internal_exec exec; /* Cleaned-up exec header. */ in MY() local
3372 int exec = (abfd->flags & EXEC_P) ? 1 : 0; in rx_get_section_contents() local3488 bfd_boolean exec = (abfd->flags & EXEC_P) ? TRUE : FALSE; in rx_set_section_contents() local
554 struct internal_exec exec; /* Cleaned-up exec header. */ in tic30_aout_object_p() local
5853 int exec = 0; in bfd_elf_size_dynamic_sections() local
92 struct exec struct94 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 */
372 exec (word) in exec() function