Home
last modified time | relevance | path

Searched refs:aoutdata (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/usr.sbin/crunch/crunchide/
Dexec_aout.c51 char *aoutdata, *strbase; variable
111 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 …]
/freebsd-9-stable/contrib/binutils/bfd/
Dlibaout.h351 struct aoutdata struct
426 struct aoutdata a; argument
Daout-arm.c356 struct aoutdata *su = &(abfd->tdata.aout_data->a); in MY_swap_std_reloc_in()
Dbout.c209 struct aoutdata a;
Daoutx.h2137 struct aoutdata *su = &(abfd->tdata.aout_data->a); in NAME()
2194 struct aoutdata *su = &(abfd->tdata.aout_data->a); in NAME()
DChangeLog-9495754 * 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 subformat
7835 * libaout.h (struct aoutdata): Add external_string_size field.
9667 (struct aoutdata): New dynamic_info field.
DChangeLog-919388 * libaout.h (struct aoutdata): Added external_syms,
3840 * libaout.h (struct aoutdata): New field for subformat, for
6778 * libaout.h (struct aoutdata): Added fields page_size,
6782 * libaout.h (WRITE_HEADER): Use new (struct aoutdata) fields
6872 to here. Add obj_symbol_entry_size to struct aoutdata.