Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c1457 size_t scnidx = sym->st_shndx; in handle_elf() local
1458 if (scnidx == SHN_UNDEF || scnidx >= shnum in handle_elf()
1459 || (scnidx >= SHN_LORESERVE in handle_elf()
1460 && scnidx <= SHN_HIRESERVE in handle_elf()
1461 && scnidx != SHN_XINDEX) in handle_elf()
1466 else if (scnidx == SHN_XINDEX) in handle_elf()
1467 scnidx = xndx; in handle_elf()
1469 if (scnidx >= shnum) in handle_elf()
1472 if (shdr_info[scnidx].idx == 0) in handle_elf()
1479 &shdr_info[scnidx].shdr, in handle_elf()
[all …]
/external/elfutils/libdw/
Ddwarf_begin_elf.c351 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf; in scngrp_read() local
355 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); in scngrp_read()