Home
last modified time | relevance | path

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

/external/elfutils/src/
Di386_ld.c74 XElf_Shdr *shdr = &SCNINFO_SHDR (runp->shdr); in elf_i386_relocate_section()
490 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in elf_i386_count_relocations()
553 && r_sym >= SCNINFO_SHDR (scninfo->fileinfo->scninfo[shdr->sh_link].shdr).sh_info in elf_i386_count_relocations()
657 XElf_Shdr *rshdr = &SCNINFO_SHDR (runp->shdr); in elf_i386_create_relocations()
674 assert ((SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_flags in elf_i386_create_relocations()
782 && idx >= SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_info in elf_i386_create_relocations()
Dldgeneric.c600 SCNINFO_SHDR (fileinfo->scninfo[sym->st_shndx].shdr).sh_name); in check_definition()
632 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name); in check_definition()
783 SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_name)); in find_section_group()
821 XElf_Shdr *shdr = &SCNINFO_SHDR (fileinfo->scninfo[idx].shdr); in mark_section_group()
841 SCNINFO_SHDR (fileinfo->scninfo[shdr->sh_info].shdr).sh_name))))) in mark_section_group()
863 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in mark_section_used()
913 XElf_Shdr *shdr = &SCNINFO_SHDR (scninfo->shdr); in add_section()
1066 shdr = &SCNINFO_SHDR (fileinfo->scninfo[cnt].shdr); in add_relocatable_file()
1268 && (SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_flags in add_relocatable_file()
1460 if (SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_flags in add_relocatable_file()
[all …]
Dld.h148 # define SCNINFO_SHDR(si) (*(si)) macro
151 # define SCNINFO_SHDR(si) (si) macro
Dld.c1161 = runp->fileinfo->scninfo[SCNINFO_SHDR (runp->shdr).sh_info].used; in collect_sections()