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

/macosx-10.10.1/cxxfilt-11/cxxfilt/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
/macosx-10.10.1/cxxfilt-11/cxxfilt/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.h3380 asection *text_sec = NULL;
3570 text_sec = current;
4000 if (text_sec)
4002 internal_a.tsize = text_sec->size;
4003 internal_a.text_start = internal_a.tsize ? text_sec->vma : 0;
4032 if (text_sec != NULL)
4034 internal_a.o_sntext = text_sec->target_index;
4035 internal_a.o_algntext = bfd_get_section_alignment (abfd, text_sec);
3379 asection *text_sec = NULL; local

Completed in 214 milliseconds