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 68 Elf_Scn *outscn, struct scninfo *firstp,
71 struct scninfo *runp;
97 reltgtdata = elf_getdata (file->scninfo[shdr->sh_info].scn, NULL);
101 insymdata = elf_getdata (file->scninfo[shdr->sh_link].scn, NULL);
168 Elf32_Word toadd = file->scninfo[xndx].offset;
176 rel->r_offset += file->scninfo[shdr->sh_info].offset;
531 elf_i386_count_relocations (struct ld_state *statep, struct scninfo *scninfo)
537 Elf_Data *data = elf_getdata (scninfo->scn, NULL);
538 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr)
760 struct scninfo *scninfo = runp->fileinfo->scninfo; local
    [all...]
ld.h 154 struct scninfo struct in struct:usedfiles
193 struct scninfo *next;
194 } *scninfo; member in struct:usedfiles
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) \
365 DL_CALL_FCT ((state)->callbacks.count_relocations, (state, scninfo))
729 struct scninfo *last;
882 struct scninfo *common_section
    [all...]
ldgeneric.c 83 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)
172 struct usedfiles *file = scninfo->fileinfo;
534 size_t newgrpid = fileinfo->scninfo[shndx].grpid
4309 struct scninfo *scninfo; member in struct:scnlist
    [all...]

Completed in 449 milliseconds