Searched refs:scn_sym (Results 1 – 1 of 1) sorted by relevance
1019 Elf_Scn *scn_rel, *scn_sym, *scn_str, *scn_tgt; in process_obj() local1118 if ((scn_sym = elf_getscn(elf, shdr_rel.sh_link)) == NULL || in process_obj()1119 gelf_getshdr(scn_sym, &shdr_sym) == NULL || in process_obj()1120 (data_sym = elf_getdata(scn_sym, NULL)) == NULL) in process_obj()1295 (void) gelf_update_shdr(scn_sym, &shdr_sym); in process_obj()