Lines Matching defs:file
2 This file is part of Red Hat elfutils.
64 /* Process relocations for the output in a relocatable file. This
87 struct usedfiles *file = runp->fileinfo;
94 /* Get the data for section in the input file this relocation
97 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL);
101 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL);
112 symindirect = file->symindirect;
115 symref = file->symref;
131 /* Compute the symbol index in the output file. */
157 input file. Therefore we have to adjust the addend which
168 Elf32_Word toadd = file->scninfo[xndx].offset;
176 rel->r_offset += file->scninfo[shdr->sh_info].offset;
574 file it requires a GOT entry. */
652 /* We do not need a relocation in the output file. */
656 /* We never need a relocation in the output file. */
763 the output file. */
766 /* The target section. We use the data from the input file. */
792 section in the output file and the addend. */