HomeSort by relevance Sort by last modified time
    Searched full:scninfo (Results 1 - 4 of 4) sorted by null

  /external/elfutils/src/
i386_ld.c 54 struct scninfo *firstp,
57 struct scninfo *runp;
83 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL);
87 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL);
156 toadd = file->scninfo[xndx].offset;
164 rel->r_offset += file->scninfo[shdr->sh_info].offset;
483 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo)
489 Elf_Data *data = elf_getdata (scninfo->scn, NULL);
490 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr)
664 struct scninfo *scninfo = runp->fileinfo->scninfo; local
    [all...]
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)
142 struct usedfiles *file = scninfo->fileinfo;
600 SCNINFO_SHDR (fileinfo->scninfo[sym->st_shndx].shdr).sh_name)
3652 struct scninfo *scninfo; member in struct:scnlist
    [all...]
ld.h 138 struct scninfo struct in struct:usedfiles
172 struct scninfo *next;
173 } *scninfo; member in struct:usedfiles
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) \
344 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
696 struct scninfo *last;
845 struct scninfo *common_section
    [all...]
ld.c 419 struct scninfo *runp = h->last;
    [all...]

Completed in 125 milliseconds