Searched refs:scnidx (Results 1 – 4 of 4) sorted by relevance
157 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf; in scngrp_read() local161 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); in scngrp_read()
758 size_t scnidx; in handle_elf() local765 scnidx = sym->st_shndx; in handle_elf()766 if (scnidx == SHN_UNDEF || scnidx >= shnum in handle_elf()767 || (scnidx >= SHN_LORESERVE in handle_elf()768 && scnidx <= SHN_HIRESERVE in handle_elf()769 && scnidx != SHN_XINDEX) in handle_elf()774 else if (scnidx == SHN_XINDEX) in handle_elf()775 scnidx = xndx; in handle_elf()777 if (shdr_info[scnidx].idx == 0) in handle_elf()780 shdr_info[scnidx].idx = 1; in handle_elf()[all …]
3072 head->scnidx = elf_ndxscn (scn); in ld_generic_create_sections()3131 grpdata[cnt++] = runp->scn->scnidx; in ld_generic_create_sections()3471 fillin_special_symbol (struct symbol *symst, size_t scnidx, size_t nsym, in fillin_special_symbol() argument3488 assert (scnidx != 0); in fillin_special_symbol()3489 assert (scnidx < SHN_LORESERVE || scnidx == SHN_ABS); in fillin_special_symbol()3490 sym->st_shndx = scnidx; in fillin_special_symbol()3495 if (scnidx != SHN_ABS) in fillin_special_symbol()3497 Elf_Data *data = elf_getdata (elf_getscn (ld_state.outelf, scnidx), in fillin_special_symbol()3502 assert (elf_getdata (elf_getscn (ld_state.outelf, scnidx), data) in fillin_special_symbol()3651 size_t scnidx; in ld_generic_create_outfile() member[all …]
678 XElf_Word scnidx; member