Home
last modified time | relevance | path

Searched refs:text_start (Results 1 – 25 of 128) sorted by relevance

123456

/netbsd/external/gpl2/texinfo/dist/info/
H A Dfootnotes.c127 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/usr.sbin/mdsetimage/
H A Dbin_nlist.c91 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 Dexec_ecoff.c77 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 Dexec_aout.c69 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 Dmdsetimage.c86 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/sys/arch/atari/stand/binpatch/
H A Dbinpatch.c131 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/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr11465.S39 text_start: label
57 .4byte text_start /* DW_AT_low_pc */
59 .4byte text_start /* DW_AT_entry_pc */
120 .4byte _ZN1N1cE + (text_end - text_start)
140 .4byte _ZN1N1cE + (text_end - text_start)
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dpr11465.S39 text_start: label
57 .4byte text_start /* DW_AT_low_pc */
59 .4byte text_start /* DW_AT_entry_pc */
120 .4byte _ZN1N1cE + (text_end - text_start)
140 .4byte _ZN1N1cE + (text_end - text_start)
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-scripts/
H A Dscript.exp39 if {![info exists nm_output(text_start)] \
63 if {$nm_output(text_start) != 0x100} {
64 send_log "text_start == $nm_output(text_start)\n"
65 verbose "text_start == $nm_output(text_start)"
H A Dscriptm.t4 public text_start = $100
6 text_start + 4
H A Dsizeof.exp40 if {![info exists nm_output(text_start)] \
52 if {$nm_output(text_end) - $nm_output(text_start) != $nm_output(sizeof_text)} {
H A Dscript.t4 text_start = .;
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Dscript.exp39 if {![info exists nm_output(text_start)] \
63 if {$nm_output(text_start) != 0x100} {
64 send_log "text_start == $nm_output(text_start)\n"
65 verbose "text_start == $nm_output(text_start)"
H A Dscriptm.t4 public text_start = $100
6 text_start + 4
H A Dsizeof.exp40 if {![info exists nm_output(text_start)] \
52 if {$nm_output(text_end) - $nm_output(text_start) != $nm_output(sizeof_text)} {
/netbsd/usr.sbin/kvm_mkdb/
H A Dnlist_ecoff.c234 if (exechdrp->a.text_start <= vma &&
235 vma < (exechdrp->a.text_start + exechdrp->a.tsize))
236 vma = vma - exechdrp->a.text_start +
/netbsd/sys/kern/
H A Dexec_ecoff.c153 epp->ep_taddr = ECOFF_SEGMENT_ALIGN(execp, eap->text_start); in exec_ecoff_prep_omagic()
184 epp->ep_taddr = ECOFF_SEGMENT_ALIGN(execp, eap->text_start); in exec_ecoff_prep_nmagic()
225 epp->ep_taddr = ECOFF_SEGMENT_ALIGN(execp, eap->text_start); in exec_ecoff_prep_zmagic()
/netbsd/external/gpl3/gdb/dist/include/coff/
H A Dexternal.h52 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
/netbsd/external/gpl3/binutils/dist/include/coff/
H A Dexternal.h52 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
/netbsd/external/gpl3/binutils.old/dist/include/coff/
H A Dexternal.h52 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
/netbsd/external/gpl3/gdb.old/dist/include/coff/
H A Dexternal.h52 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
/netbsd/sys/lib/libsa/
H A Dloadfile_ecoff.c72 nr = READ(fd, coff->a.text_start, coff->a.tsize); in loadfile_coff()
88 pos = coff->a.text_start; in loadfile_coff()
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dsim-base.h176 bfd_vma text_start, text_end; member
178 #define STATE_TEXT_START(sd) ((sd)->base.text_start)
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-base.h176 bfd_vma text_start, text_end; member
178 #define STATE_TEXT_START(sd) ((sd)->base.text_start)
/netbsd/sys/sys/
H A Dexec_ecoff.h69 ecoff32_ulong text_start; member
126 u_long text_start; member

123456