Searched refs:scn_tgt (Results 1 – 1 of 1) sorted by relevance
1019 Elf_Scn *scn_rel, *scn_sym, *scn_str, *scn_tgt; in process_obj() local1137 if ((scn_tgt = elf_getscn(elf, shdr_rel.sh_info)) == NULL || in process_obj()1138 gelf_getshdr(scn_tgt, &shdr_tgt) == NULL || in process_obj()1139 (data_tgt = elf_getdata(scn_tgt, NULL)) == NULL) in process_obj()