Searched refs:scninfo (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/src/ |
D | i386_ld.c | 54 struct scninfo *firstp, in elf_i386_relocate_section() 57 struct scninfo *runp; in elf_i386_relocate_section() 83 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL); in elf_i386_relocate_section() 87 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL); in elf_i386_relocate_section() 156 toadd = file->scninfo[xndx].offset; in elf_i386_relocate_section() 164 rel->r_offset += file->scninfo[shdr->sh_info].offset; in elf_i386_relocate_section() 483 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo) in elf_i386_count_relocations() argument 489 Elf_Data *data = elf_getdata (scninfo->scn, NULL); in elf_i386_count_relocations() 490 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in elf_i386_count_relocations() 511 if (! scninfo->fileinfo->symref[r_sym]->defined) in elf_i386_count_relocations() [all …]
|
D | ld.h | 138 struct scninfo struct 172 struct scninfo *next; argument 173 } *scninfo; member 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) \ argument 344 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo)) 696 struct scninfo *last; 845 struct scninfo *common_section; [all …]
|
D | ldgeneric.c | 56 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) in linked_from_dso_p() argument 142 struct usedfiles *file = scninfo->fileinfo; in linked_from_dso_p() 600 SCNINFO_SHDR (fileinfo->scninfo[sym->st_shndx].shdr).sh_name); in check_definition() 632 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name); in check_definition() 708 struct scninfo *ignore; in check_definition() 709 mark_section_used (&fileinfo->scninfo[sym->st_shndx], in check_definition() [all …]
|
D | ld.c | 419 struct scninfo *runp = h->last; in main() 1146 struct scninfo *runp; in collect_sections() 1161 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used; in collect_sections()
|