Home
last modified time | relevance | path

Searched refs:SCNINFO_SHDR (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/
Dldgeneric.c529 assert (SCNINFO_SHDR (fileinfo->scninfo[newgrpid].shdr).sh_type in matching_group_comdat_scn()
531 assert (SCNINFO_SHDR (oldp->file->scninfo[oldgrpid].shdr).sh_type in matching_group_comdat_scn()
658 SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_name); in check_definition()
683 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name); in check_definition()
834 SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_name)); in find_section_group()
872 XElf_Shdr *shdr = &SCNINFO_SHDR (fileinfo->scninfo[idx].shdr); in mark_section_group()
890 SCNINFO_SHDR (fileinfo->scninfo[shdr->sh_info].shdr).sh_name))))) in mark_section_group()
912 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in mark_section_used()
962 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in add_section()
1031 if (SCNINFO_SHDR (runp->shdr).sh_flags & SHF_GROUP) in add_section()
[all …]
Di386_ld.c80 XElf_Shdr *shdr = &SCNINFO_SHDR (runp->shdr); in elf_i386_relocate_section()
530 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in elf_i386_count_relocations()
745 XElf_Shdr *rshdr = &SCNINFO_SHDR (runp->shdr); in elf_i386_create_relocations()
762 assert ((SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_flags in elf_i386_create_relocations()
887 if (idx < SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_info in elf_i386_create_relocations()
Dld.h156 # define SCNINFO_SHDR(si) (*(si)) macro
159 # define SCNINFO_SHDR(si) (si) macro
Dld.c1243 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used; in collect_sections()