Home
last modified time | relevance | path

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

123

/openbsd/gnu/usr.bin/texinfo/info/
H A Dfootnotes.c125 long text_start = fn_start; in make_footnotes_node() local
133 while (text_start < fn_node->nodelen) in make_footnotes_node()
134 if (fn_node->contents[text_start++] == '\n') in make_footnotes_node()
137 result->nodelen = strlen (header) + fn_node->nodelen - text_start; in make_footnotes_node()
143 fn_node->contents + text_start, fn_node->nodelen - text_start); in make_footnotes_node()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Daout-encap.c103 text_start = ch.text_start;
108 text_start =
169 tp->s_paddr = text_start;
170 tp->s_vaddr = text_start;
216 coffheader.text_start = tp->s_vaddr;
/openbsd/gnu/usr.bin/binutils/include/coff/
H A Dexternal.h51 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 Dia64.h50 char text_start[4]; /* base of text used for this file */ member
H A Dapollo.h52 char text_start[4]; /* base of text used for this file */ member
H A Dor32.h64 char text_start[4]; /* base of text used for this file */ member
H A Di960.h83 char text_start[4]; /* base of text used for this file */ member
H A Drs6k64.h46 unsigned char text_start[8]; /* base of text used for this file */ member
H A Drs6000.h46 unsigned char text_start[4]; /* base of text used for this file */ member
H A Dmips.h44 unsigned char text_start[4]; /* base of text used for this file */ member
H A Dalpha.h58 unsigned char text_start[8]; /* base of text used for this file */ member
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/
H A Dexternal.h51 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 Dia64.h50 char text_start[4]; /* base of text used for this file */ member
H A Dapollo.h52 char text_start[4]; /* base of text used for this file */ member
H A Dor32.h64 char text_start[4]; /* base of text used for this file */ member
H A Di960.h83 char text_start[4]; /* base of text used for this file */ member
H A Drs6k64.h46 unsigned char text_start[8]; /* base of text used for this file */ member
H A Drs6000.h46 unsigned char text_start[4]; /* base of text used for this file */ member
H A Dmips.h44 unsigned char text_start[4]; /* base of text used for this file */ member
H A Dalpha.h61 unsigned char text_start[8]; /* base of text used for this file */ member
/openbsd/gnu/usr.bin/binutils-2.17/include/aout/
H A Dencap.h60 long text_start; member
/openbsd/gnu/usr.bin/binutils/include/aout/
H A Dencap.h60 long text_start; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-vx.c633 CORE_ADDR text_start; member
646 args->text_start = bfd_get_section_vma (abfd, sect); in find_sect()
684 ss.text_start = 0; in vx_add_symbols()
690 offs->offsets[SECT_OFF_TEXT (objfile)] = text_addr - ss.text_start; in vx_add_symbols()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash66.C67 elong text_start; member
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DpeXXigen.c401 aouthdr_int->text_start = in _bfd_XXi_swap_aouthdr_in()
402 GET_AOUTHDR_TEXT_START (abfd, aouthdr_ext->text_start); in _bfd_XXi_swap_aouthdr_in()
466 aouthdr_int->text_start += a->ImageBase; in _bfd_XXi_swap_aouthdr_in()
468 aouthdr_int->text_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_in()
551 aouthdr_in->text_start -= ib; in _bfd_XXi_swap_aouthdr_out()
553 aouthdr_in->text_start &= 0xffffffff; in _bfd_XXi_swap_aouthdr_out()
663 PUT_AOUTHDR_TEXT_START (abfd, aouthdr_in->text_start, in _bfd_XXi_swap_aouthdr_out()
664 aouthdr_out->standard.text_start); in _bfd_XXi_swap_aouthdr_out()

123