Searched refs:scnidx (Results 1 – 4 of 4) sorted by relevance
202 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf; in scngrp_read() local206 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); in scngrp_read()
772 size_t scnidx = sym->st_shndx; in handle_elf() local773 if (scnidx == SHN_UNDEF || scnidx >= shnum in handle_elf()774 || (scnidx >= SHN_LORESERVE in handle_elf()775 && scnidx <= SHN_HIRESERVE in handle_elf()776 && scnidx != SHN_XINDEX) in handle_elf()781 else if (scnidx == SHN_XINDEX) in handle_elf()782 scnidx = xndx; in handle_elf()784 if (shdr_info[scnidx].idx == 0) in handle_elf()
3290 head->scnidx = elf_ndxscn (scn); in ld_generic_create_sections()3349 grpdata[cnt++] = runp->scn->scnidx; in ld_generic_create_sections()3701 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym, in fillin_special_symbol() argument3718 assert (scnidx != 0); in fillin_special_symbol()3719 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS); in fillin_special_symbol()3720 sym->st_shndx = scnidx; in fillin_special_symbol()3727 if (scnidx != SHN_ABS) in fillin_special_symbol()3729 Elf_Data *data = elf_getdata (elf_getscn (ld_state.outelf, scnidx), in fillin_special_symbol()3734 assert (elf_getdata (elf_getscn (ld_state.outelf, scnidx), data) in fillin_special_symbol()4308 size_t scnidx; in ld_generic_create_outfile() member[all …]
711 XElf_Word scnidx; member