Lines Matching defs:in
12 This program is distributed in the hope that it will be useful,
23 DOS executable program before the coff image to load it in memory
28 The only thing what they do is to adjust the information stored in
31 the coff image. It loads the image in memory and assumes then, that the
32 image had no stub by using the filepointers as pointers in the coff
33 image and NOT in the file.
36 here and NOT in the DJGPP startup code. */
121 technique is in any function the same. For the ...in function,
150 adjust_filehdr_out_pre (bfd * abfd, void * in, void * out)
152 struct internal_filehdr *filehdr_in = (struct internal_filehdr *) in;
170 void * in,
173 struct internal_filehdr *filehdr_in = (struct internal_filehdr *) in;
181 void * in)
183 struct internal_scnhdr *scnhdr_int = (struct internal_scnhdr *) in;
192 void * in,
195 struct internal_scnhdr *scnhdr_int = (struct internal_scnhdr *) in;
204 void * in,
207 struct internal_scnhdr *scnhdr_int = (struct internal_scnhdr *) in;
223 union internal_auxent *in = (union internal_auxent *) in1;
228 ADJUST_VAL (in->x_sym.x_fcnary.x_fcn.x_lnnoptr, GO32_STUBSIZE);
241 union internal_auxent *in = (union internal_auxent *) inp;
246 ADJUST_VAL (in->x_sym.x_fcnary.x_fcn.x_lnnoptr, -GO32_STUBSIZE);
259 union internal_auxent *in = (union internal_auxent *) inp;
264 ADJUST_VAL (in->x_sym.x_fcnary.x_fcn.x_lnnoptr, GO32_STUBSIZE);
277 If there was any error, the standard stub (compiled in this file)