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

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmconv.c175 asection *text_sec, *bss_sec, *data_sec;
430 text_sec = bfd_get_section_by_name (outbfd, NLM_CODE_NAME);
647 && text_sec != (asection *) NULL)
648 val += bfd_section_size (outbfd, text_sec);
657 && text_sec != (asection *) NULL)
658 val += bfd_section_size (outbfd, text_sec);
667 && text_sec != (asection *) NULL)
668 val += bfd_section_size (outbfd, text_sec);
173 asection *text_sec, *bss_sec, *data_sec; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmconv.c171 asection *text_sec, *bss_sec, *data_sec;
426 text_sec = bfd_get_section_by_name (outbfd, NLM_CODE_NAME);
643 && text_sec != (asection *) NULL)
644 val += bfd_section_size (outbfd, text_sec);
653 && text_sec != (asection *) NULL)
654 val += bfd_section_size (outbfd, text_sec);
663 && text_sec != (asection *) NULL)
664 val += bfd_section_size (outbfd, text_sec);
169 asection *text_sec, *bss_sec, *data_sec; local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff64-rs6000.c766 asection *text_sec = ((void *) 0); local
876 text_sec = current;
966 if (text_sec)
968 internal_a.tsize = bfd_get_section_size_before_reloc (text_sec);
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.h3507 asection *text_sec = NULL;
3701 text_sec = current;
4139 if (text_sec)
4141 internal_a.tsize = bfd_get_section_size_before_reloc (text_sec);
4142 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4171 if (text_sec != NULL)
4173 internal_a.o_sntext = text_sec->target_index;
4174 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
3506 asection *text_sec = NULL; variable
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff64-rs6000.c765 asection *text_sec = ((void *) 0); local
875 text_sec = current;
965 if (text_sec)
967 internal_a.tsize = text_sec->size;
968 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
998 if (text_sec != NULL)
1000 internal_a.o_sntext = text_sec->target_index;
1001 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
H A Dcoffcode.h3372 asection *text_sec = NULL;
3562 text_sec = current;
3992 if (text_sec)
3994 internal_a.tsize = text_sec->size;
3995 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4024 if (text_sec != NULL)
4026 internal_a.o_sntext = text_sec->target_index;
4027 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
3371 asection *text_sec = NULL; local
/openbsd-current/gnu/usr.bin/binutils/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 290 milliseconds