Searched refs:a_text (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | imgact_aout.h | 79 (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 D | imgact_aout.h | 79 (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 D | btxld.c | 370 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 D | imgact_aout.h | 93 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 D | boot.c | 209 text_len = pu.aout->a_text; in load_image()
|
/illumos-gate/usr/src/lib/storage/liba5k/common/hdrs/ |
H A D | exec.h | 62 unsigned long a_text; /* size of text segment */ member
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | exechdr.h | 46 uint32_t a_text; /* size of text segment */ member
|
/illumos-gate/usr/src/cmd/luxadm/ |
H A D | fcalupdate.c | 755 (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 D | zfsboot.c | 400 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 D | isoboot.c | 379 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 D | mon.c | 4106 if (the_exec.a_text != PROMSIZE) { in check_file()
|