Searched refs:scninfo (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/0.153/src/
H A Di386_ld.c68 Elf_Scn *outscn, struct scninfo *firstp,
71 struct scninfo *runp;
97 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL);
101 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL);
168 Elf32_Word toadd = file->scninfo[xndx].offset;
176 rel->r_offset += file->scninfo[shdr->sh_info].offset;
531 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo) argument
537 Elf_Data *data = elf_getdata (scninfo->scn, NULL);
538 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo
760 struct scninfo *scninfo = runp->fileinfo->scninfo; local
[all...]
H A Dld.h154 struct scninfo struct in struct:usedfiles
193 struct scninfo *next;
194 } *scninfo; member in struct:usedfiles
197 struct scninfo *groups;
355 void (*relocate_section) (struct ld_state *, Elf_Scn *, struct scninfo *,
363 void (*count_relocations) (struct ld_state *, struct scninfo *);
364 #define COUNT_RELOCATIONS(state, scninfo) \
365 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
729 struct scninfo *last;
882 struct scninfo *common_sectio
1129 linked_from_dso_p(struct scninfo *scninfo, size_t symidx) argument
[all...]
H A Dldgeneric.c83 struct scninfo *firstp,
102 struct scninfo *scninfo);
107 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
108 struct scninfo **grpscnp);
170 linked_from_dso_p (struct scninfo *scninfo, size_t symidx) argument
172 struct usedfiles *file = scninfo->fileinfo;
532 size_t newgrpid = fileinfo->scninfo[shnd
909 mark_section_used(struct scninfo *scninfo, Elf32_Word shndx, struct scninfo **grpscnp) argument
965 add_section(struct usedfiles *fileinfo, struct scninfo *scninfo) argument
4307 struct scninfo *scninfo; member in struct:scnlist
7121 ld_generic_count_relocations(struct ld_state *statep, struct scninfo *scninfo) argument
[all...]
H A Dld.c438 struct scninfo *runp = h->last;
1240 struct scninfo *runp;
1255 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used;

Completed in 104 milliseconds