Searched refs:btxle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/btxld/
H A Dbtxld.c203 struct btx_hdr btx, btxle; local
271 btxle = btx;
272 btxle.btx_pgctl = htole16(btxle.btx_pgctl);
273 btxle.btx_textsz = htole16(btxle.btx_textsz);
274 btxle.btx_entry = htole32(btxle.btx_entry);
275 writex(fdo, &btxle, sizeof(btxle));
[all...]

Completed in 43 milliseconds