Home
last modified time | relevance | path

Searched refs:bss_sec (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/binutils/
Dnlmconv.c173 asection *text_sec, *bss_sec, *data_sec; in main() local
395 bss_sec = bfd_get_section_by_name (outbfd, NLM_UNINITIALIZED_DATA_NAME); in main()
396 if (bss_sec == NULL) in main()
398 bss_sec = bfd_make_section (outbfd, NLM_UNINITIALIZED_DATA_NAME); in main()
399 if (bss_sec == NULL in main()
400 || ! bfd_set_section_flags (outbfd, bss_sec, SEC_ALLOC) in main()
401 || ! bfd_set_section_alignment (outbfd, bss_sec, 1)) in main()
437 align = 1 << bss_sec->alignment_power; in main()
440 if (! bfd_set_section_vma (outbfd, bss_sec, vma)) in main()
506 sym->section = bss_sec; in main()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dnlm32-ppc.c443 asection *code_sec, *data_sec, *bss_sec; in nlm_powerpc_read_reloc() local
458 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); in nlm_powerpc_read_reloc()
474 sec = bss_sec; in nlm_powerpc_read_reloc()
735 asection *code_sec, *data_sec, *bss_sec; in nlm_powerpc_write_reloc() local
747 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); in nlm_powerpc_write_reloc()
762 else if (symsec == bss_sec) in nlm_powerpc_write_reloc()
Dnlmcode.h1314 asection *bss_sec; in nlm_compute_section_file_positions() local
1321 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); in nlm_compute_section_file_positions()
1322 if (bss_sec == NULL) in nlm_compute_section_file_positions()
1328 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME); in nlm_compute_section_file_positions()
1483 sym->section = bss_sec; in nlm_compute_section_file_positions()
1485 sym->value = bss_sec->size + add; in nlm_compute_section_file_positions()
1487 add = BFD_ALIGN (add, 1 << bss_sec->alignment_power); in nlm_compute_section_file_positions()
1498 bss_sec->size += add; in nlm_compute_section_file_positions()
Dcoff64-rs6000.c767 asection *bss_sec = ((void *) 0); local
883 bss_sec = current;
977 if (bss_sec)
979 internal_a.bsize = bss_sec->size;
980 if (internal_a.bsize && bss_sec->vma < internal_a.data_start)
981 internal_a.data_start = bss_sec->vma;
1025 if (bss_sec != NULL)
1026 internal_a.o_snbss = bss_sec->target_index;
Dcoffcode.h3373 asection *bss_sec = NULL; in coff_write_object_contents() local
3565 bss_sec = current; in coff_write_object_contents()
4001 if (bss_sec) in coff_write_object_contents()
4003 internal_a.bsize = bss_sec->size; in coff_write_object_contents()
4004 if (internal_a.bsize && bss_sec->vma < internal_a.data_start) in coff_write_object_contents()
4005 internal_a.data_start = bss_sec->vma; in coff_write_object_contents()
4048 if (bss_sec != NULL) in coff_write_object_contents()
4049 internal_a.o_snbss = bss_sec->target_index; in coff_write_object_contents()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dnlmconv.c169 asection *text_sec, *bss_sec, *data_sec; in main() local
391 bss_sec = bfd_get_section_by_name (outbfd, NLM_UNINITIALIZED_DATA_NAME); in main()
392 if (bss_sec == NULL) in main()
394 bss_sec = bfd_make_section (outbfd, NLM_UNINITIALIZED_DATA_NAME); in main()
395 if (bss_sec == NULL in main()
396 || ! bfd_set_section_flags (outbfd, bss_sec, SEC_ALLOC) in main()
397 || ! bfd_set_section_alignment (outbfd, bss_sec, 1)) in main()
433 align = 1 << bss_sec->alignment_power; in main()
436 if (! bfd_set_section_vma (outbfd, bss_sec, vma)) in main()
502 sym->section = bss_sec; in main()
[all …]
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dnlm32-ppc.c562 asection *code_sec, *data_sec, *bss_sec; local
577 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME);
595 sec = bss_sec;
785 asection *code_sec, *data_sec, *bss_sec; local
797 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME);
812 else if (symsec == bss_sec)
Dnlmcode.h1371 asection *bss_sec; local
1378 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME);
1379 if (bss_sec == NULL)
1385 bss_sec = bfd_get_section_by_name (abfd, NLM_UNINITIALIZED_DATA_NAME);
1540 sym->section = bss_sec;
1542 sym->value = bss_sec->_raw_size + add;
1544 add = BFD_ALIGN (add, 1 << bss_sec->alignment_power);
1555 bss_sec->_raw_size += add;
Dcoff64-rs6000.c768 asection *bss_sec = ((void *) 0); local
884 bss_sec = current;
978 if (bss_sec)
980 internal_a.bsize = bfd_get_section_size_before_reloc (bss_sec);
981 if (internal_a.bsize && bss_sec->vma < internal_a.data_start)
982 internal_a.data_start = bss_sec->vma;
1026 if (bss_sec != NULL)
1027 internal_a.o_snbss = bss_sec->target_index;
Dcoffcode.h3508 asection *bss_sec = NULL; local
3704 bss_sec = current;
4148 if (bss_sec)
4150 internal_a.bsize = bfd_get_section_size_before_reloc (bss_sec);
4151 if (internal_a.bsize && bss_sec->vma < internal_a.data_start)
4152 internal_a.data_start = bss_sec->vma;
4195 if (bss_sec != NULL)
4196 internal_a.o_snbss = bss_sec->target_index;