Searched refs:scninfo (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/src/ |
D | i386_ld.c | 60 Elf_Scn *outscn, struct scninfo *firstp, in elf_i386_relocate_section() 63 struct scninfo *runp; in elf_i386_relocate_section() 89 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL); in elf_i386_relocate_section() 93 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL); in elf_i386_relocate_section() 160 Elf32_Word toadd = file->scninfo[xndx].offset; in elf_i386_relocate_section() 168 rel->r_offset += file->scninfo[shdr->sh_info].offset; in elf_i386_relocate_section() 523 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo) in elf_i386_count_relocations() argument 529 Elf_Data *data = elf_getdata (scninfo->scn, NULL); in elf_i386_count_relocations() 530 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in elf_i386_count_relocations() 550 if (r_sym >= scninfo->fileinfo->nlocalsymbols in elf_i386_count_relocations() [all …]
|
D | ld.h | 146 struct scninfo struct 185 struct scninfo *next; argument 186 } *scninfo; member 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) \ argument 357 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo)) 721 struct scninfo *last; 874 struct scninfo *common_section; [all …]
|
D | ldgeneric.c | 75 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) in linked_from_dso_p() argument 164 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p() 524 size_t newgrpid = fileinfo->scninfo[shndx].grpid; in matching_group_comdat_scn() 525 size_t oldgrpid = oldp->file->scninfo[oldp->scndx].grpid; in matching_group_comdat_scn() 529 assert (SCNINFO_SHDR (fileinfo->scninfo[newgrpid].shdr).sh_type in matching_group_comdat_scn() 531 assert (SCNINFO_SHDR (oldp->file->scninfo[oldgrpid].shdr).sh_type in matching_group_comdat_scn() [all …]
|
D | ld.c | 424 struct scninfo *runp = h->last; in main() 1228 struct scninfo *runp; in collect_sections() 1243 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used; in collect_sections()
|
D | ChangeLog | 2297 * ld.h (struct scninfo): Add comdat_group. 2988 * ld.h (struct scninfo): Add unused_comdat.
|