Searched refs:aoutdata (Results 1 – 7 of 7) sorted by relevance
51 char *aoutdata, *strbase; variable111 if((aoutdata = (char *) malloc(infstat.st_size)) == NULL) { in hide_aout()116 if((rc = read(inf, aoutdata, infstat.st_size)) < infstat.st_size) { in hide_aout()126 hdrp = (struct exec *) aoutdata; in hide_aout()129 textrel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp)); in hide_aout()130 datarel = (struct relocation_info *) (aoutdata + N_RELOFF(*hdrp) + in hide_aout()133 textrel = (struct relocation_info *) (aoutdata + N_TRELOFF(*hdrp)); in hide_aout()134 datarel = (struct relocation_info *) (aoutdata + N_DRELOFF(*hdrp)); in hide_aout()136 symbase = (struct nlist *) (aoutdata + N_SYMOFF(*hdrp)); in hide_aout()137 strbase = (char *) (aoutdata + N_STROFF(*hdrp)); in hide_aout()[all …]
351 struct aoutdata struct426 struct aoutdata a; argument
356 struct aoutdata *su = &(abfd->tdata.aout_data->a); in MY_swap_std_reloc_in()
209 struct aoutdata a;
2137 struct aoutdata *su = &(abfd->tdata.aout_data->a); in NAME()2194 struct aoutdata *su = &(abfd->tdata.aout_data->a); in NAME()
754 * libaout.h (struct aoutdata): Add two window fields.1656 * libaout.h (struct aoutdata): Add line_buf field.2273 (struct aoutdata): Add local_got_offsets field.6353 * libaout.h (struct aoutdata): Add field zmagic_disk_block_size.6540 * libaout.h (struct aoutdata): Add q_magic_format to subformat7835 * libaout.h (struct aoutdata): Add external_string_size field.9667 (struct aoutdata): New dynamic_info field.
88 * libaout.h (struct aoutdata): Added external_syms,3840 * libaout.h (struct aoutdata): New field for subformat, for6778 * libaout.h (struct aoutdata): Added fields page_size,6782 * libaout.h (WRITE_HEADER): Use new (struct aoutdata) fields6872 to here. Add obj_symbol_entry_size to struct aoutdata.