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