Home | History | Annotate | Download | only in src

Lines Matching refs:SCNINFO_SHDR

539   assert (SCNINFO_SHDR (fileinfo->scninfo[newgrpid].shdr).sh_type
541 assert (SCNINFO_SHDR (oldp->file->scninfo[oldgrpid].shdr).sh_type
668 SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_name);
693 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name);
844 SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_name));
882 XElf_Shdr *shdr = &SCNINFO_SHDR (fileinfo->scninfo[idx].shdr);
900 SCNINFO_SHDR (fileinfo->scninfo[shdr->sh_info].shdr).sh_name)))))
922 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr);
972 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr);
1041 if (SCNINFO_SHDR (runp->shdr).sh_flags & SHF_GROUP)
1162 shdr = &SCNINFO_SHDR (fileinfo->scninfo[cnt].shdr);
1429 && ((SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_flags
1631 if (SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_flags
2770 XElf_Off symalign = MAX (SCNINFO_SHDR (runp->file->scninfo[runp->scndx].shdr).sh_addralign, 1);
2914 newp->type = SCNINFO_SHDR (found->shdr).sh_type;
2917 newp->flags = SCNINFO_SHDR (found->shdr).sh_flags & ~SHF_GROUP;
2922 newp->entsize = SCNINFO_SHDR (found->shdr).sh_entsize;
2944 if (queued->type != SCNINFO_SHDR (found->shdr).sh_type)
2947 if (queued->flags != SCNINFO_SHDR (found->shdr).sh_flags)
2952 SCNINFO_SHDR (found->shdr).sh_flags
3062 compute_copy_reloc_offset (&SCNINFO_SHDR (si->shdr));
3092 compute_common_symbol_offset (&SCNINFO_SHDR (si->shdr));
3242 SCNINFO_SHDR (runp->shdr).sh_name),
4836 if (SCNINFO_SHDR (head->last->shdr).sh_entsize == 1
4906 else if (likely (SCNINFO_SHDR (head->last->shdr).sh_entsize
4994 = ebl_gstrtabinit (SCNINFO_SHDR (head->last->shdr).sh_entsize,
5097 assert (SCNINFO_SHDR (runp->shdr).sh_type == SHT_NOBITS);
5102 outdata->d_size = SCNINFO_SHDR (runp->shdr).sh_size;
5103 outdata->d_align = SCNINFO_SHDR (runp->shdr).sh_addralign;
6886 rellist->scninfo->fileinfo->scninfo[SCNINFO_SHDR (rellist->scninfo->shdr).sh_info].outscnndx;