Home
last modified time | relevance | path

Searched refs:a_text (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dimgact_aout.h79 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
84 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))
93 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
114 uint32_t a_text; /* text segment size */ member
/illumos-gate/usr/src/tools/btxld/
H A Dimgact_aout.h79 (le32toh((ex).a_entry) < le32toh((ex).a_text) ? 0 : \
84 N_ALIGN(ex, N_TXTADDR(ex) + le32toh((ex).a_text))
93 N_ALIGN(ex, N_TXTOFF(ex) + le32toh((ex).a_text))
114 uint32_t a_text; /* text segment size */ member
H A Dbtxld.c370 hdr->text = le32toh(ex->a_text); in gethdr()
425 ex.a_text = htole32(hdr->text); in puthdr()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h93 N_ALIGN(ex, N_TXTADDR(ex) + (ex).a_text)
102 N_ALIGN(ex, N_TXTOFF(ex) + (ex).a_text)
124 unsigned long a_text; /* text segment size */ member
H A Dboot.c209 text_len = pu.aout->a_text; in load_image()
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/
H A Dexec.h62 unsigned long a_text; /* size of text segment */ member
/illumos-gate/usr/src/uts/common/sys/
H A Dexechdr.h46 uint32_t a_text; /* size of text segment */ member
/illumos-gate/usr/src/cmd/luxadm/
H A Dfcalupdate.c755 (int)exec.a_text, file, 0); in load_file()
757 if (read(ffd, &buffer, exec.a_text) != exec.a_text) { in load_file()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c400 if (read(fd, p, hdr.ex.a_text) != hdr.ex.a_text) { in load()
404 p += roundup2(hdr.ex.a_text, PAGE_SIZE); in load()
/illumos-gate/usr/src/boot/i386/isoboot/
H A Disoboot.c379 if (xfsread(ino, p, hdr.ex.a_text)) in load()
381 p += roundup2(hdr.ex.a_text, PAGE_SIZE); in load()
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c4106 if (the_exec.a_text != PROMSIZE) { in check_file()