Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dstrip.c1511 size_t scnidx = sym->st_shndx; in handle_elf() local
1512 if (scnidx == SHN_UNDEF || scnidx >= shnum in handle_elf()
1513 || (scnidx >= SHN_LORESERVE in handle_elf()
1514 && scnidx <= SHN_HIRESERVE in handle_elf()
1515 && scnidx != SHN_XINDEX) in handle_elf()
1520 else if (scnidx == SHN_XINDEX) in handle_elf()
1521 scnidx = xndx; in handle_elf()
1523 if (scnidx >= shnum) in handle_elf()
1526 if (shdr_info[scnidx].idx == 0) in handle_elf()
1533 &shdr_info[scnidx].shdr, in handle_elf()
[all …]
/third_party/elfutils/libdw/
Ddwarf_begin_elf.c448 Elf32_Word *scnidx = (Elf32_Word *) data->d_buf; in scngrp_read() local
455 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); in scngrp_read()
473 Elf_Scn *scn = elf_getscn (elf, scnidx[cnt]); in scngrp_read()