Home
last modified time | relevance | path

Searched refs:ofl_entry (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1854 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()
H A Dargs.c1112 if (ofl->ofl_entry) in parseopt_pass1()
1117 ofl->ofl_entry = (void *)optarg; in parseopt_pass1()
H A Dupdate.c3029 if (ofl->ofl_entry) in update_oehdr()
3031 ((Sym_desc *)(ofl->ofl_entry))->sd_sym->st_value; in update_oehdr()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h309 void *ofl_entry; /* entry point (-e and Sym_desc *) */ member