Lines Matching defs:in

13    This program is distributed in the hope that it will be useful,
28 /* Hey look, some documentation [and in a place you expect to find it]!
48 because the `i' in `pei' also refers to "image". The `pe' format can
195 coff_swap_scnhdr_in (bfd * abfd, void * ext, void * in)
198 struct internal_scnhdr *scnhdr_int = (struct internal_scnhdr *) in;
235 use the virtual size (stored in s_paddr) instead. */
241 coff_set_alignment_hook stores s_paddr in virt_size, which
352 XXX: Should we be copying other flags or other fields in the pe_data()
383 structures that we have to create in order to build a bfd describing
384 an ILF object file. The final "+ 1" in the definitions of SIZEOF_IDATA6
386 need a padding byte in order to ensure 16 bit alignment for the section's
398 The strings in the string table must start STRING__SIZE_SIZE bytes into
399 the table in order to for the string lookup code in coffgen/coffcode to
618 contents are filled in by our parent. */
623 /* Advance data pointer in the vars structure. */
642 /* Cache the index to the symbol in the coff_section_data structure. */
649 in order to perform a jump into the DLL lookup table. The entries
650 in the table are index by the magic number used to represent the
651 machine type in the PE file. The contents of the data[] arrays in
652 these entries are stolen from the jtab[] arrays in ld/pe-dll.c.
653 The SIZE field says how many bytes in the DATA array are actually
654 used. The OFFSET field says where in the data array the address
685 { /* XXX fill me in */ },
728 /* Build a full BFD from the information supplied in a ILF object. */
785 Note these are kept in a structure rather than being
788 We are going to construct the contents of the BFD in memory,
835 /* The remaining space in bim->buffer is used
854 /* Fill in the contents of these sections. */
886 '@' used for fastcall (in C), '_' everywhere else. Only one
931 First we need to look up its contents in the jump table. */
948 /* Copy in the jump code. */
956 /* Create a reloc for the data in the text section. */
1162 " in Import Library Format archive"),
1174 " in Import Library Format archive"),
1191 (_("%B: size field is zero in Import Library Format header"), abfd);
1203 /* Now read in the two strings that follow. */
1222 (_("%B: string not null terminated in ILF object file."), abfd);
1290 determines the architecture. The former is DOSMAGIC, stored in
1291 the e_magic field. The latter is stored in the f_magic field.
1294 of relocs in section 3). Since this routine can only be called
1322 in include/coff/pe.h. We adjust so that that will work. */