Home | History | Annotate | Download | only in util

Lines Matching refs:st_shndx

803 	       sym->st_shndx != SHN_UNDEF;
810 sym->st_shndx != SHN_UNDEF;
817 sym->st_shndx != SHN_UNDEF &&
818 sym->st_shndx != SHN_ABS;
1180 if (opdsec && sym.st_shndx == opdidx) {
1184 sym.st_shndx = elf_addr_to_index(elf, sym.st_value);
1187 sec = elf_getscn(elf, sym.st_shndx);