Searched refs:scnidx (Results 1 – 4 of 4) sorted by relevance
832 size_t scnidx = sym->st_shndx; in handle_elf() local833 if (scnidx == SHN_UNDEF || scnidx >= shnum in handle_elf()834 || (scnidx >= SHN_LORESERVE in handle_elf()835 && scnidx <= SHN_HIRESERVE in handle_elf()836 && scnidx != SHN_XINDEX) in handle_elf()841 else if (scnidx == SHN_XINDEX) in handle_elf()842 scnidx = xndx; in handle_elf()844 if (scnidx >= shnum) in handle_elf()847 if (shdr_info[scnidx].idx == 0) in handle_elf()
3280 head->scnidx = elf_ndxscn (scn); in ld_generic_create_sections()3339 grpdata[cnt++] = runp->scn->scnidx; in ld_generic_create_sections()3691 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym, in fillin_special_symbol() argument3708 assert (scnidx != 0); in fillin_special_symbol()3709 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS); in fillin_special_symbol()3710 sym->st_shndx = scnidx; in fillin_special_symbol()3717 if (scnidx != SHN_ABS) in fillin_special_symbol()3719 Elf_Data *data = elf_getdata (elf_getscn (ld_state.outelf, scnidx), in fillin_special_symbol()3724 assert (elf_getdata (elf_getscn (ld_state.outelf, scnidx), data) in fillin_special_symbol()4298 size_t scnidx; in ld_generic_create_outfile() member[all …]
703 XElf_Word scnidx; member
293 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf; in scngrp_read() local297 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); in scngrp_read()