Home
last modified time | relevance | path

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

/external/elfutils/src/src/
Dstrip.c832 size_t scnidx = sym->st_shndx; in handle_elf() local
833 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()
Dldgeneric.c3280 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() argument
3708 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 …]
Dld.h703 XElf_Word scnidx; member
/external/elfutils/src/libdw/
Ddwarf_begin_elf.c293 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf; in scngrp_read() local
297 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); in scngrp_read()