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

  /external/elfutils/src/
i386_ld.c 74 XElf_Shdr *shdr = &SCNINFO_SHDR (runp->shdr);
490 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr);
553 && r_sym >= SCNINFO_SHDR (scninfo->fileinfo->scninfo[shdr->sh_link].shdr).sh_info
657 XElf_Shdr *rshdr = &SCNINFO_SHDR (runp->shdr);
674 assert ((SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_flags
782 && idx >= SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_info
ldgeneric.c 600 SCNINFO_SHDR (fileinfo->scninfo[sym->st_shndx].shdr).sh_name);
632 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name);
783 SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_name));
821 XElf_Shdr *shdr = &SCNINFO_SHDR (fileinfo->scninfo[idx].shdr);
841 SCNINFO_SHDR (fileinfo->scninfo[shdr->sh_info].shdr).sh_name)))))
863 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr);
913 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr);
    [all...]
ld.h 148 # define SCNINFO_SHDR(si) (*(si))
151 # define SCNINFO_SHDR(si) (si)
ld.c     [all...]

Completed in 32 milliseconds