/toolchain/binutils/binutils-2.25/bfd/ |
nlm32-ppc.c | 444 asection *code_sec, *data_sec, *bss_sec; 459 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); 475 sec = bss_sec; 736 asection *code_sec, *data_sec, *bss_sec; 748 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); 763 else if (symsec == bss_sec) 443 asection *code_sec, *data_sec, *bss_sec; local 735 asection *code_sec, *data_sec, *bss_sec; local
|
nlmcode.h | 1313 asection *bss_sec; local [all...] |
coff64-rs6000.c | 732 asection *bss_sec = NULL; local 847 bss_sec = current; 941 if (bss_sec) 943 internal_a.bsize = bss_sec->size; 944 if (internal_a.bsize && bss_sec->vma < internal_a.data_start) 945 internal_a.data_start = bss_sec->vma; 989 if (bss_sec != NULL) 990 internal_a.o_snbss = bss_sec->target_index; [all...] |
coffcode.h | 3597 asection *bss_sec = NULL; local [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
nlmconv.c | 173 asection *text_sec, *bss_sec, *data_sec; 395 bss_sec = bfd_get_section_by_name (outbfd, NLM_UNINITIALIZED_DATA_NAME); 396 if (bss_sec == NULL) 398 bss_sec = bfd_make_section_with_flags (outbfd, 401 if (bss_sec == NULL 402 || ! bfd_set_section_alignment (outbfd, bss_sec, 1)) 437 align = 1 << bss_sec->alignment_power; 440 if (! bfd_set_section_vma (outbfd, bss_sec, vma)) 506 sym->section = bss_sec; 507 sym->value = bfd_get_section_size (bss_sec); 171 asection *text_sec, *bss_sec, *data_sec; local [all...] |