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

/external/elfutils/src/
H A Di386_ld.c60 Elf_Scn *outscn, struct scninfo *firstp,
63 struct scninfo *runp;
89 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL);
93 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL);
160 Elf32_Word toadd = file->scninfo[xndx].offset;
168 rel->r_offset += file->scninfo[shdr->sh_info].offset;
523 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo) argument
529 Elf_Data *data = elf_getdata (scninfo->scn, NULL);
530 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo
752 struct scninfo *scninfo = runp->fileinfo->scninfo; local
[all...]
H A Dld.h146 struct scninfo struct in struct:usedfiles
185 struct scninfo *next;
186 } *scninfo; member in struct:usedfiles
189 struct scninfo *groups;
347 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *,
355 void (*count_relocations) (struct ld_state *, struct scninfo *);
356 #define COUNT_RELOCATIONS(state, scninfo) \
357 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
721 struct scninfo *last;
874 struct scninfo *common_sectio
1121 linked_from_dso_p(struct scninfo *scninfo, size_t symidx) argument
[all...]
H A Dldgeneric.c75 struct scninfo *firstp,
94 struct scninfo *scninfo);
99 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
100 struct scninfo **grpscnp);
162 linked_from_dso_p (struct scninfo *scninfo, size_t symidx) argument
164 struct usedfiles *file = scninfo->fileinfo;
524 size_t newgrpid = fileinfo->scninfo[shnd
901 mark_section_used(struct scninfo *scninfo, Elf32_Word shndx, struct scninfo **grpscnp) argument
957 add_section(struct usedfiles *fileinfo, struct scninfo *scninfo) argument
4299 struct scninfo *scninfo; member in struct:scnlist
7113 ld_generic_count_relocations(struct ld_state *statep, struct scninfo *scninfo) argument
[all...]

Completed in 92 milliseconds