Searched refs:data_sec (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | nlm32-alpha.c | 403 asection *code_sec, *data_sec; in nlm_alpha_read_reloc() local 426 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME); in nlm_alpha_read_reloc() 457 rel->sym_ptr_ptr = data_sec->symbol_ptr_ptr; in nlm_alpha_read_reloc() 458 rel->addend = - bfd_get_section_vma (abfd, data_sec); in nlm_alpha_read_reloc() 479 *secp = data_sec; in nlm_alpha_read_reloc() 759 asection *code_sec, *data_sec; in nlm_alpha_set_public_section() local 762 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME); in nlm_alpha_set_public_section() 770 sym->symbol.section = data_sec; in nlm_alpha_set_public_section()
|
D | nlm32-ppc.c | 443 asection *code_sec, *data_sec, *bss_sec; in nlm_powerpc_read_reloc() local 457 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME); in nlm_powerpc_read_reloc() 472 sec = data_sec; in nlm_powerpc_read_reloc() 502 *secp = data_sec; in nlm_powerpc_read_reloc() 735 asection *code_sec, *data_sec, *bss_sec; in nlm_powerpc_write_reloc() local 746 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME); in nlm_powerpc_write_reloc() 760 else if (symsec == data_sec) in nlm_powerpc_write_reloc() 808 else if (sec == data_sec) in nlm_powerpc_write_reloc()
|
D | coff64-rs6000.c | 729 asection *data_sec = NULL; in xcoff64_write_object_contents() local 841 data_sec = current; in xcoff64_write_object_contents() 933 if (data_sec) in xcoff64_write_object_contents() 935 internal_a.dsize = data_sec->size; in xcoff64_write_object_contents() 936 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0; in xcoff64_write_object_contents() 971 if (data_sec != NULL) in xcoff64_write_object_contents() 973 internal_a.o_sndata = data_sec->target_index; in xcoff64_write_object_contents() 974 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec); in xcoff64_write_object_contents()
|
D | coffcode.h | 3628 asection *data_sec = NULL; in coff_write_object_contents() local 3845 data_sec = current; in coff_write_object_contents() 4270 if (data_sec) in coff_write_object_contents() 4272 internal_a.dsize = data_sec->size; in coff_write_object_contents() 4273 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0; in coff_write_object_contents() 4307 if (data_sec != NULL) in coff_write_object_contents() 4309 internal_a.o_sndata = data_sec->target_index; in coff_write_object_contents() 4310 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec); in coff_write_object_contents()
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | nlmconv.c | 171 asection *text_sec, *bss_sec, *data_sec; in main() local 430 data_sec = bfd_get_section_by_name (outbfd, NLM_INITIALIZED_DATA_NAME); in main() 431 if (data_sec != NULL) in main() 435 vma = bfd_get_section_size (data_sec); in main() 445 data_size = bfd_get_section_size (data_sec); in main() 446 if (! bfd_set_section_size (outbfd, data_sec, data_size + add)) in main() 643 if (bfd_get_section (sym) == data_sec in main() 653 if (bfd_get_section (sym) == data_sec in main() 663 if (bfd_get_section (sym) == data_sec in main()
|
D | readelf.c | 8011 if (! get_unwind_section_word (aux, data_arm_sec, data_sec, \ 8039 Elf_Internal_Shdr * data_sec, in decode_arm_unwind_bytecode() argument 8252 Elf_Internal_Shdr * data_sec, in decode_tic6x_unwind_bytecode() argument 8412 Elf_Internal_Shdr * data_sec, in decode_arm_unwind() argument 8427 if (! get_unwind_section_word (aux, data_arm_sec, data_sec, data_offset, in decode_arm_unwind() 8440 fn = arm_expand_prel31 (word, data_sec->sh_addr + data_offset); in decode_arm_unwind() 8520 data_offset, data_sec, data_arm_sec); in decode_arm_unwind() 8533 data_offset, data_sec, data_arm_sec); in decode_arm_unwind()
|