Searched refs:scn_str (Results 1 – 1 of 1) sorted by relevance
1019 Elf_Scn *scn_rel, *scn_sym, *scn_str, *scn_tgt; in process_obj() local1126 if ((scn_str = elf_getscn(elf, shdr_sym.sh_link)) == NULL || in process_obj()1127 gelf_getshdr(scn_str, &shdr_str) == NULL || in process_obj()1128 (data_str = elf_getdata(scn_str, NULL)) == NULL) in process_obj()1287 (void) gelf_update_shdr(scn_str, &shdr_str); in process_obj()