Lines Matching defs:text

81 	file offsets and addresses of the text, data, and BSS
430 if (obj_textsec (abfd) == NULL && bfd_make_section (abfd, ".text") == NULL)
556 on either the start address of the text segment, the rounding
558 position of the text segment -- all of which varies among different
615 is within the text segment, assume it is. (This makes files
617 their text starts at zero.).
619 This test had to be changed to deal with systems where the text segment
621 entry address can appear to be outside the text segment, thus causing an
639 The a.out file has no information about the text start
642 the default text start (obj_textsec(abfd)->vma) and
643 (obj_textsec(abfd)->vma) + text size. This is not just a mach
951 /* TRUE if text includes exec header. */
976 /* The .text section is being loaded at an unusual address. We
1014 asection * text = obj_textsec (abfd);
1017 text_pad = data->vma - (text->vma + text->size);
1018 /* Only pad the text section if the data
1021 text->size += text_pad;
1123 handled. Most Berkeley-based systems start the text segment at
1124 (TARGET_PAGE_SIZE). However, newer versions of SUNOS start the text
1126 text segment size, and is paged in by the kernel with the rest of
1127 the text. */
1147 fprintf (stderr, "%s text=<%x,%x,%x> data=<%x,%x,%x> bss=<%x,%x,%x>\n",
1183 fprintf (stderr, " text=<%x,%x,%x> data=<%x,%x,%x> bss=<%x,%x>\n",
1215 if (obj_textsec (abfd) == NULL && !strcmp (newsect->name, ".text"))
1497 /* This symbol is the text of a warning message. The next
2089 in. so, something in 10 bytes into a text section with a base of
2090 50 would have a symbol (.text+10) and know .text vma was 50.
3260 but not if it is defined in the .text section. That
3845 the text relocs have not run into the data relocs. */
4698 that if these are the text relocs they have not run into the
5315 /* FIXME: We need to identify the .text and .data sections
5424 through everything that composes the text section and write it