Lines Matching refs:se_shndx
61 int se_shndx; /* section where symbol is located */ member
304 sym->se_shndx = -1; in construct_symtab()
306 sym->se_shndx = symshndx[i]; in construct_symtab()
309 sym->se_shndx = sym->se_sym.st_shndx; in construct_symtab()
313 if (sym->se_shndx == SHN_ABS) { in construct_symtab()
347 if (sym->se_shndx == SHN_UNDEF || in construct_symtab()
348 sym->se_shndx >= SHN_LORESERVE) { in construct_symtab()
365 if (tgt->dt_shnmap[sym->se_shndx].dm_mapped) in construct_symtab()
367 tgt->dt_shnmap[sym->se_shndx].dm_start; in construct_symtab()
883 (sym->se_shndx >= SHN_LORESERVE)) in dis_tgt_function_iter()
887 if ((scn = elf_getscn(tgt->dt_elf, sym->se_shndx)) == NULL || in dis_tgt_function_iter()
892 tgt->dt_filename, sym->se_shndx); in dis_tgt_function_iter()
896 if (tgt->dt_shnmap[sym->se_shndx].dm_mapped) in dis_tgt_function_iter()
897 shdr.sh_addr = tgt->dt_shnmap[sym->se_shndx].dm_start; in dis_tgt_function_iter()