Home
last modified time | relevance | path

Searched refs:text_sec (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Dcoff64-rs6000.c766 asection *text_sec = ((void *) 0); local
876 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);
Dcoffcode.h3379 asection *text_sec = NULL; in coff_write_object_contents() local
3569 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()
/freebsd-9-stable/contrib/gdb/gdb/
Dia64-tdep.c2532 struct obj_section *text_sec; in ia64_get_dyn_info_list() local
2545 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()