Searched refs:text_sec (Results 1 – 3 of 3) sorted by relevance
766 asection *text_sec = ((void *) 0); local876 text_sec = current;966 if (text_sec)968 internal_a.tsize = text_sec->size;969 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;999 if (text_sec != NULL)1001 internal_a.o_sntext = text_sec->target_index;1002 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
3379 asection *text_sec = NULL; in coff_write_object_contents() local3569 text_sec = current; in coff_write_object_contents()3999 if (text_sec) in coff_write_object_contents()4001 internal_a.tsize = text_sec->size; in coff_write_object_contents()4002 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0; in coff_write_object_contents()4031 if (text_sec != NULL) in coff_write_object_contents()4033 internal_a.o_sntext = text_sec->target_index; in coff_write_object_contents()4034 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec); in coff_write_object_contents()
2532 struct obj_section *text_sec; in ia64_get_dyn_info_list() local2545 text_sec = objfile->sections + SECT_OFF_TEXT (objfile); in ia64_get_dyn_info_list()2546 ip = text_sec->addr; in ia64_get_dyn_info_list()