Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_begin_elf.c157 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf; in scngrp_read() local
161 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); in scngrp_read()
/external/elfutils/src/
Dstrip.c758 size_t scnidx; in handle_elf() local
765 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 …]
Dldgeneric.c3072 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() argument
3488 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 …]
Dld.h678 XElf_Word scnidx; member