Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Dldgeneric.c537 assert (SCNINFO_SHDR (fileinfo->scninfo[newgrpid].shdr).sh_type in matching_group_comdat_scn()
539 assert (SCNINFO_SHDR (oldp->file->scninfo[oldgrpid].shdr).sh_type in matching_group_comdat_scn()
666 SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_name); in check_definition()
691 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name); in check_definition()
842 SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_name)); in find_section_group()
880 XElf_Shdr *shdr = &SCNINFO_SHDR (fileinfo->scninfo[idx].shdr); in mark_section_group()
898 SCNINFO_SHDR (fileinfo->scninfo[shdr->sh_info].shdr).sh_name))))) in mark_section_group()
920 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in mark_section_used()
970 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in add_section()
1039 if (SCNINFO_SHDR (runp->shdr).sh_flags & SHF_GROUP) in add_section()
[all …]
Di386_ld.c88 XElf_Shdr *shdr = &SCNINFO_SHDR (runp->shdr); in elf_i386_relocate_section()
538 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in elf_i386_count_relocations()
753 XElf_Shdr *rshdr = &SCNINFO_SHDR (runp->shdr); in elf_i386_create_relocations()
770 assert ((SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_flags in elf_i386_create_relocations()
895 if (idx < SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_info in elf_i386_create_relocations()
Dld.h164 # define SCNINFO_SHDR(si) (*(si)) macro
167 # define SCNINFO_SHDR(si) (si) macro
Dld.c1255 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used; in collect_sections()