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

  /external/elfutils/src/
i386_ld.c 60 Elf_Scn *outscn, struct scninfo *firstp,
63 struct scninfo *runp;
89 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL);
93 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL);
160 Elf32_Word toadd = file->scninfo[xndx].offset;
168 rel->r_offset += file->scninfo[shdr->sh_info].offset;
523 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo)
529 Elf_Data *data = elf_getdata (scninfo->scn, NULL);
530 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr)
752 struct scninfo *scninfo = runp->fileinfo->scninfo; local
    [all...]
ld.h 146 struct scninfo struct in struct:usedfiles
185 struct scninfo *next;
186 } *scninfo; member in struct:usedfiles
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) \
357 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
721 struct scninfo *last;
874 struct scninfo *common_section
    [all...]
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)
164 struct usedfiles *file = scninfo->fileinfo;
524 size_t newgrpid = fileinfo->scninfo[shndx].grpid
4299 struct scninfo *scninfo; member in struct:scnlist
    [all...]

Completed in 5888 milliseconds