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

/haiku-fatelf/src/bin/gdb/bfd/
H A 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);
H A Dcoffcode.h3515 asection *text_sec = NULL;
3709 text_sec = current;
4145 if (text_sec)
4147 internal_a.tsize = text_sec->size;
4148 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4177 if (text_sec != NULL)
4179 internal_a.o_sntext = text_sec->target_index;
4180 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
3514 asection *text_sec = NULL; variable
/haiku-fatelf/src/bin/gdb/gdb/
H A Dia64-tdep.c2505 struct obj_section *text_sec;
2518 text_sec = objfile->sections + SECT_OFF_TEXT (objfile);
2519 ip = text_sec->addr;
2504 struct obj_section *text_sec; local

Completed in 116 milliseconds