Searched defs:scninfo (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/src/
H A Di386_ld.c54 struct scninfo *firstp,
57 struct scninfo *runp;
83 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL);
87 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL);
156 toadd = file->scninfo[xndx].offset;
164 rel->r_offset += file->scninfo[shdr->sh_info].offset;
483 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo) argument
489 Elf_Data *data = elf_getdata (scninfo->scn, NULL);
490 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo
664 struct scninfo *scninfo = runp->fileinfo->scninfo; local
[all...]
H A Dldgeneric.c56 struct scninfo *firstp,
72 struct scninfo *scninfo);
77 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
78 struct scninfo **grpscnp);
140 linked_from_dso_p (struct scninfo *scninfo, int symidx) argument
142 struct usedfiles *file = scninfo->fileinfo;
600 SCNINFO_SHDR (fileinfo->scninfo[sy
852 mark_section_used(struct scninfo *scninfo, Elf32_Word shndx, struct scninfo **grpscnp) argument
908 add_section(struct usedfiles *fileinfo, struct scninfo *scninfo) argument
3652 struct scninfo *scninfo; member in struct:scnlist
6357 ld_generic_count_relocations(struct ld_state *statep, struct scninfo *scninfo) argument
[all...]
H A Dld.h138 struct scninfo struct in struct:usedfiles
172 struct scninfo *next;
173 } *scninfo; member in struct:usedfiles
176 struct scninfo *groups;
334 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *,
342 void (*count_relocations) (struct ld_state *, struct scninfo *);
343 #define COUNT_RELOCATIONS(state, scninfo) \
344 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
696 struct scninfo *last;
845 struct scninfo *common_sectio
1059 linked_from_dso_p(struct scninfo *scninfo, int symidx) argument
[all...]

Completed in 17 milliseconds