Home
last modified time | relevance | path

Searched refs:scninfo (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/0.153/src/
Di386_ld.c68 Elf_Scn *outscn, struct scninfo *firstp, in elf_i386_relocate_section()
71 struct scninfo *runp; in elf_i386_relocate_section()
97 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL); in elf_i386_relocate_section()
101 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL); in elf_i386_relocate_section()
168 Elf32_Word toadd = file->scninfo[xndx].offset; in elf_i386_relocate_section()
176 rel->r_offset += file->scninfo[shdr->sh_info].offset; in elf_i386_relocate_section()
531 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo) in elf_i386_count_relocations() argument
537 Elf_Data *data = elf_getdata (scninfo->scn, NULL); in elf_i386_count_relocations()
538 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in elf_i386_count_relocations()
558 if (r_sym >= scninfo->fileinfo->nlocalsymbols in elf_i386_count_relocations()
[all …]
Dld.h154 struct scninfo struct
193 struct scninfo *next; argument
194 } *scninfo; member
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) \ argument
365 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
729 struct scninfo *last;
882 struct scninfo *common_section;
[all …]
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) in linked_from_dso_p() argument
172 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p()
532 size_t newgrpid = fileinfo->scninfo[shndx].grpid; in matching_group_comdat_scn()
533 size_t oldgrpid = oldp->file->scninfo[oldp->scndx].grpid; in matching_group_comdat_scn()
537 assert (SCNINFO_SHDR (fileinfo->scninfo[newgrpid].shdr).sh_type in matching_group_comdat_scn()
539 assert (SCNINFO_SHDR (oldp->file->scninfo[oldgrpid].shdr).sh_type in matching_group_comdat_scn()
[all …]
Dld.c438 struct scninfo *runp = h->last; in main()
1240 struct scninfo *runp; in collect_sections()
1255 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used; in collect_sections()
DChangeLog931 * ld.h (struct scninfo): Add comdat_group.
1622 * ld.h (struct scninfo): Add unused_comdat.