Searched refs:data_sec (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/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 | 731 asection *data_sec = NULL; in xcoff64_write_object_contents() local 843 data_sec = current; in xcoff64_write_object_contents() 935 if (data_sec) in xcoff64_write_object_contents() 937 internal_a.dsize = data_sec->size; in xcoff64_write_object_contents() 938 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0; in xcoff64_write_object_contents() 973 if (data_sec != NULL) in xcoff64_write_object_contents() 975 internal_a.o_sndata = data_sec->target_index; in xcoff64_write_object_contents() 976 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec); in xcoff64_write_object_contents()
|
D | coffcode.h | 3596 asection *data_sec = NULL; in coff_write_object_contents() local 3813 data_sec = current; in coff_write_object_contents() 4236 if (data_sec) in coff_write_object_contents() 4238 internal_a.dsize = data_sec->size; in coff_write_object_contents() 4239 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0; in coff_write_object_contents() 4273 if (data_sec != NULL) in coff_write_object_contents() 4275 internal_a.o_sndata = data_sec->target_index; in coff_write_object_contents() 4276 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec); in coff_write_object_contents()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | nlmconv.c | 171 asection *text_sec, *bss_sec, *data_sec; in main() local 429 data_sec = bfd_get_section_by_name (outbfd, NLM_INITIALIZED_DATA_NAME); in main() 430 if (data_sec != NULL) in main() 434 vma = bfd_get_section_size (data_sec); in main() 444 data_size = bfd_get_section_size (data_sec); in main() 445 if (! bfd_set_section_size (outbfd, data_sec, data_size + add)) in main() 642 if (bfd_get_section (sym) == data_sec in main() 652 if (bfd_get_section (sym) == data_sec in main() 662 if (bfd_get_section (sym) == data_sec in main()
|
D | readelf.c | 7239 if (! get_unwind_section_word (aux, data_arm_sec, data_sec, \ 7265 bfd_vma data_offset, Elf_Internal_Shdr *data_sec, in decode_arm_unwind_bytecode() argument 7476 bfd_vma data_offset, Elf_Internal_Shdr *data_sec, in decode_tic6x_unwind_bytecode() argument 7629 Elf_Internal_Shdr * data_sec, in decode_arm_unwind() argument 7644 if (! get_unwind_section_word (aux, data_arm_sec, data_sec, data_offset, in decode_arm_unwind() 7657 fn = arm_expand_prel31 (word, data_sec->sh_addr + data_offset); in decode_arm_unwind() 7737 data_offset, data_sec, data_arm_sec); in decode_arm_unwind() 7750 data_offset, data_sec, data_arm_sec); in decode_arm_unwind()
|