Searched refs:ofl_entry (Results 1 – 4 of 4) sorted by relevance
1854 if (ofl->ofl_entry) { in ld_sym_validate()1855 if ((sdp = ld_sym_find(ofl->ofl_entry, SYM_NOHASH, in ld_sym_validate()1858 ofl->ofl_entry); in ld_sym_validate()1864 ofl->ofl_entry = (void *)sdp; in ld_sym_validate()1869 ofl->ofl_entry = (void *)sdp; in ld_sym_validate()1874 ofl->ofl_entry = (void *)sdp; in ld_sym_validate()
1112 if (ofl->ofl_entry) in parseopt_pass1()1117 ofl->ofl_entry = (void *)optarg; in parseopt_pass1()
3029 if (ofl->ofl_entry) in update_oehdr()3031 ((Sym_desc *)(ofl->ofl_entry))->sd_sym->st_value; in update_oehdr()
309 void *ofl_entry; /* entry point (-e and Sym_desc *) */ member