Searched refs:ofl_entry (Results 1 – 4 of 4) sorted by relevance
1717 if (ofl->ofl_entry) { in ld_sym_validate()1718 if ((sdp = ld_sym_find(ofl->ofl_entry, SYM_NOHASH, in ld_sym_validate()1721 ofl->ofl_entry); in ld_sym_validate()1727 ofl->ofl_entry = (void *)sdp; in ld_sym_validate()1732 ofl->ofl_entry = (void *)sdp; in ld_sym_validate()1737 ofl->ofl_entry = (void *)sdp; in ld_sym_validate()
1078 if (ofl->ofl_entry) in parseopt_pass1()1083 ofl->ofl_entry = (void *)optarg; in parseopt_pass1()
2950 if (ofl->ofl_entry) in update_oehdr()2952 ((Sym_desc *)(ofl->ofl_entry))->sd_sym->st_value; in update_oehdr()
307 void *ofl_entry; /* entry point (-e and Sym_desc *) */ member