Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrip.c1503 size_t scnidx = sym->st_shndx; in handle_elf() local
1504 if (scnidx == SHN_UNDEF || scnidx >= shnum in handle_elf()
1505 || (scnidx >= SHN_LORESERVE in handle_elf()
1506 && scnidx <= SHN_HIRESERVE in handle_elf()
1507 && scnidx != SHN_XINDEX) in handle_elf()
1512 else if (scnidx == SHN_XINDEX) in handle_elf()
1513 scnidx = xndx; in handle_elf()
1515 if (scnidx >= shnum) in handle_elf()
1518 if (shdr_info[scnidx].idx == 0) in handle_elf()
1525 &shdr_info[scnidx].shdr, in handle_elf()
[all …]
/external/elfutils/libdw/
Ddwarf_begin_elf.c367 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf; in scngrp_read() local
371 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); in scngrp_read()