/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | footnotes.c | 127 long text_start = fn_start; in make_footnotes_node() local 135 while (text_start < fn_node->nodelen) in make_footnotes_node() 136 if (fn_node->contents[text_start++] == '\n') in make_footnotes_node() 139 result->nodelen = strlen (header) + fn_node->nodelen - text_start; in make_footnotes_node() 145 fn_node->contents + text_start, fn_node->nodelen - text_start); in make_footnotes_node()
|
/netbsd-src/usr.sbin/mdsetimage/ |
H A D | bin_nlist.c | 91 unsigned long text_start, const char *root_name, const char *size_name, in bin_find_md_root() argument 112 if (text_start != (unsigned long)~0) in bin_find_md_root() 114 text_start); in bin_find_md_root() 126 nl[1].n_value, md_root_size_offset, text_start) != 0) { in bin_find_md_root() 142 nl[0].n_value, md_root_image_offset, text_start) != 0) { in bin_find_md_root()
|
H A D | exec_ecoff.c | 77 if (exechdrp->a.text_start <= vmaddr && in findoff_ecoff() 78 vmaddr < (exechdrp->a.text_start + exechdrp->a.tsize)) in findoff_ecoff() 79 *fileoffp = vmaddr - exechdrp->a.text_start + in findoff_ecoff()
|
H A D | exec_aout.c | 69 size_t *fileoffp, u_long text_start) in findoff_aout() argument 83 if (text_start != (unsigned long)~0) in findoff_aout() 84 vmaddr += N_TXTADDR(*execp) - text_start; in findoff_aout()
|
H A D | mdsetimage.c | 86 unsigned long text_start = ~0; in main() local 99 text_start = strtoul(optarg, NULL, 0); in main() 146 if (bin_find_md_root(bin, mappedkfile, ksb.st_size, text_start, in main()
|
/netbsd-src/sys/arch/atari/stand/binpatch/ |
H A D | binpatch.c | 131 u_long text_start; /* Start of kernel text (a.out) */ in main() local 134 text_start = (unsigned long)~0; in main() 176 text_start = strtoul(optarg, NULL, 0); in main() 238 if (text_start != (u_long)~0) in main() 240 text_start); in main() 244 addr, &valoff, text_start) != 0) in main()
|
/netbsd-src/usr.sbin/kvm_mkdb/ |
H A D | nlist_ecoff.c | 234 if (exechdrp->a.text_start <= vma && 235 vma < (exechdrp->a.text_start + exechdrp->a.tsize)) 236 vma = vma - exechdrp->a.text_start +
|
/netbsd-src/sys/kern/ |
H A D | exec_ecoff.c | 156 epp->ep_taddr = ECOFF_SEGMENT_ALIGN(execp, eap->text_start); in exec_ecoff_prep_omagic() 187 epp->ep_taddr = ECOFF_SEGMENT_ALIGN(execp, eap->text_start); in exec_ecoff_prep_nmagic() 228 epp->ep_taddr = ECOFF_SEGMENT_ALIGN(execp, eap->text_start); in exec_ecoff_prep_zmagic()
|
/netbsd-src/external/gpl3/binutils/dist/include/coff/ |
H A D | external.h | 52 char text_start[4]; /* base of text used for this file */ member 68 char text_start[4]; /* Base of text used for this file. */ member
|
H A D | ia64.h | 51 char text_start[4]; /* base of text used for this file */ member
|
H A D | rs6k64.h | 47 unsigned char text_start[8]; /* base of text used for this file */ member
|
H A D | mips.h | 45 unsigned char text_start[4]; /* base of text used for this file */ member
|
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
H A D | external.h | 52 char text_start[4]; /* base of text used for this file */ member 68 char text_start[4]; /* Base of text used for this file. */ member
|
H A D | ia64.h | 51 char text_start[4]; /* base of text used for this file */ member
|
H A D | mips.h | 45 unsigned char text_start[4]; /* base of text used for this file */ member
|
/netbsd-src/sys/lib/libsa/ |
H A D | loadfile_ecoff.c | 72 nr = READ(fd, coff->a.text_start, coff->a.tsize); in loadfile_coff() 88 pos = coff->a.text_start; in loadfile_coff()
|
/netbsd-src/sys/sys/ |
H A D | exec_ecoff.h | 69 ecoff32_ulong text_start; member 126 u_long text_start; member
|
/netbsd-src/sys/arch/ews4800mips/stand/common/ |
H A D | bootxx.c | 253 memcpy((void *)a->text_start, p, a->tsize); in load_coff() 257 DPRINTF("[text] 0x%08lx %ld byte.\n", a->text_start, a->tsize); in load_coff()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/aout/ |
H A D | encap.h | 61 long text_start; member
|
/netbsd-src/external/gpl3/binutils/usr.sbin/mdsetimage/ |
H A D | bin_bfd.c | 64 unsigned long text_start, in bin_find_md_root() argument
|
/netbsd-src/external/gpl3/binutils.old/usr.sbin/mdsetimage/ |
H A D | bin_bfd.c | 64 unsigned long text_start, in bin_find_md_root() argument
|
/netbsd-src/usr.bin/elf2ecoff/ |
H A D | elf2ecoff.c | 300 ep.a.text_start = text.vaddr; in main() 341 ep.a.text_start = bswap32(ep.a.text_start); in main() 547 esecs[0].s_paddr = esecs[0].s_vaddr = ep->a.text_start; in make_ecoff_section_hdrs()
|
/netbsd-src/sys/arch/macppc/stand/fixcoff/ |
H A D | fixcoff.c | 88 char text_start[4]; member
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | od-xcoff.c | 475 (unsigned int)bfd_h_get_32 (abfd, auxhdr.text_start)); in dump_xcoff32_aout_header() 1288 unsigned int text_start, unsigned int func_start) in dump_xcoff32_tbtags() argument 1292 if (func_start - text_start > text_size) in dump_xcoff32_tbtags() 1297 for (i = func_start - text_start; i < text_size; i+= 4) in dump_xcoff32_tbtags() 1361 tboff, text_start + i - tboff); in dump_xcoff32_tbtags() 1423 printf (_(" (end of tags at %08x)\n"), text_start + off); in dump_xcoff32_tbtags()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | od-xcoff.c | 476 (unsigned int)bfd_h_get_32 (abfd, auxhdr.text_start)); in dump_xcoff32_aout_header() 1289 unsigned int text_start, unsigned int func_start) in dump_xcoff32_tbtags() argument 1293 if (func_start - text_start > text_size) in dump_xcoff32_tbtags() 1298 for (i = func_start - text_start; i < text_size; i+= 4) in dump_xcoff32_tbtags() 1362 tboff, text_start + i - tboff); in dump_xcoff32_tbtags() 1424 printf (_(" (end of tags at %08x)\n"), text_start + off); in dump_xcoff32_tbtags()
|