Home
last modified time | relevance | path

Searched refs:rshdr (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Di386_ld.c657 XElf_Shdr *rshdr = &SCNINFO_SHDR (runp->shdr); in elf_i386_create_relocations() local
659 int nrels = rshdr->sh_size / rshdr->sh_entsize; in elf_i386_create_relocations()
668 XElf_Addr inscnoffset = scninfo[rshdr->sh_info].offset; in elf_i386_create_relocations()
671 Elf_Data *data = elf_getdata (scninfo[rshdr->sh_info].scn, NULL); in elf_i386_create_relocations()
674 assert ((SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_flags in elf_i386_create_relocations()
678 Elf_Data *symdata = elf_getdata (scninfo[rshdr->sh_link].scn, NULL); in elf_i386_create_relocations()
782 && idx >= SCNINFO_SHDR (scninfo[rshdr->sh_link].shdr).sh_info in elf_i386_create_relocations()
Delflint.c1523 GElf_Shdr *rshdr; in check_symtab_shndx() local
1525 rshdr = gelf_getshdr (elf_getscn (ebl->elf, cnt), &rshdr_mem); in check_symtab_shndx()
1526 if (rshdr != NULL && rshdr->sh_type == SHT_SYMTAB_SHNDX in check_symtab_shndx()
1527 && rshdr->sh_link == shdr->sh_link) in check_symtab_shndx()