Searched refs:data_sec (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dnlm32-alpha.c404 asection *code_sec, *data_sec;
427 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME);
458 rel->sym_ptr_ptr = data_sec->symbol_ptr_ptr;
459 rel->addend = - bfd_get_section_vma (abfd, data_sec);
480 *secp = data_sec;
761 asection *code_sec, *data_sec;
764 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME);
772 sym->symbol.section = data_sec;
402 asection *code_sec, *data_sec; local
758 asection *code_sec, *data_sec; local
H A Dnlm32-ppc.c444 asection *code_sec, *data_sec, *bss_sec;
458 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME);
473 sec = data_sec;
503 *secp = data_sec;
736 asection *code_sec, *data_sec, *bss_sec;
747 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME);
761 else if (symsec == data_sec)
809 else if (sec == data_sec)
443 asection *code_sec, *data_sec, *bss_sec; local
735 asection *code_sec, *data_sec, *bss_sec; local
H A Dnlm32-sparc.c98 asection *code_sec, *data_sec; local
104 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME);
H A Dcoff64-rs6000.c766 asection *data_sec = ((void *) 0); local
879 data_sec = current;
971 if (data_sec)
973 internal_a.dsize = data_sec->size;
974 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0;
1009 if (data_sec != NULL)
1011 internal_a.o_sndata = data_sec->target_index;
1012 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec);
H A Dcoffcode.h3362 asection *data_sec = NULL;
3553 data_sec = current;
3982 if (data_sec)
3984 internal_a.dsize = data_sec->size;
3985 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0;
4019 if (data_sec != NULL)
4021 internal_a.o_sndata = data_sec->target_index;
4022 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec);
3361 asection *data_sec = NULL; local
/haiku-buildtools/binutils/bfd/
H A Dnlm32-alpha.c405 asection *code_sec, *data_sec;
428 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME);
459 rel->sym_ptr_ptr = data_sec->symbol_ptr_ptr;
460 rel->addend = - bfd_get_section_vma (abfd, data_sec);
481 *secp = data_sec;
762 asection *code_sec, *data_sec;
765 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME);
773 sym->symbol.section = data_sec;
403 asection *code_sec, *data_sec; local
759 asection *code_sec, *data_sec; local
H A Dnlm32-ppc.c444 asection *code_sec, *data_sec, *bss_sec;
458 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME);
473 sec = data_sec;
503 *secp = data_sec;
736 asection *code_sec, *data_sec, *bss_sec;
747 data_sec = bfd_get_section_by_name (abfd, NLM_INITIALIZED_DATA_NAME);
761 else if (symsec == data_sec)
809 else if (sec == data_sec)
443 asection *code_sec, *data_sec, *bss_sec; local
735 asection *code_sec, *data_sec, *bss_sec; local
H A Dcoff64-rs6000.c729 asection *data_sec = NULL; local
841 data_sec = current;
933 if (data_sec)
935 internal_a.dsize = data_sec->size;
936 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0;
971 if (data_sec != NULL)
973 internal_a.o_sndata = data_sec->target_index;
974 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec);
H A Dcoffcode.h3636 asection *data_sec = NULL;
3854 data_sec = current;
4279 if (data_sec)
4281 internal_a.dsize = data_sec->size;
4282 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0;
4316 if (data_sec != NULL)
4318 internal_a.o_sndata = data_sec->target_index;
4319 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec);
3635 asection *data_sec = NULL; local
/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmconv.c171 asection *text_sec, *bss_sec, *data_sec;
429 data_sec = bfd_get_section_by_name (outbfd, NLM_INITIALIZED_DATA_NAME);
430 if (data_sec != NULL)
434 vma = bfd_get_section_size (data_sec);
444 data_size = bfd_get_section_size (data_sec);
445 if (! bfd_set_section_size (outbfd, data_sec, data_size + add))
642 if (bfd_get_section (sym) == data_sec
652 if (bfd_get_section (sym) == data_sec
662 if (bfd_get_section (sym) == data_sec
169 asection *text_sec, *bss_sec, *data_sec; local
/haiku-buildtools/binutils/binutils/
H A Dnlmconv.c173 asection *text_sec, *bss_sec, *data_sec;
432 data_sec = bfd_get_section_by_name (outbfd, NLM_INITIALIZED_DATA_NAME);
433 if (data_sec != NULL)
437 vma = bfd_get_section_size (data_sec);
447 data_size = bfd_get_section_size (data_sec);
448 if (! bfd_set_section_size (outbfd, data_sec, data_size + add))
645 if (bfd_get_section (sym) == data_sec
655 if (bfd_get_section (sym) == data_sec
665 if (bfd_get_section (sym) == data_sec
171 asection *text_sec, *bss_sec, *data_sec; local
H A Dreadelf.c8132 if (! get_unwind_section_word (aux, data_arm_sec, data_sec, \
8160 Elf_Internal_Shdr * data_sec,
8373 Elf_Internal_Shdr * data_sec,
8533 Elf_Internal_Shdr * data_sec,
8548 if (! get_unwind_section_word (aux, data_arm_sec, data_sec, data_offset,
8561 fn = arm_expand_prel31 (word, data_sec->sh_addr + data_offset);
8641 data_offset, data_sec, data_arm_sec);
8654 data_offset, data_sec, data_arm_sec);
8152 decode_arm_unwind_bytecode(struct arm_unw_aux_info * aux, unsigned int word, unsigned int remaining, unsigned int more_words, bfd_vma data_offset, Elf_Internal_Shdr * data_sec, struct arm_section * data_arm_sec) argument
8365 decode_tic6x_unwind_bytecode(struct arm_unw_aux_info * aux, unsigned int word, unsigned int remaining, unsigned int more_words, bfd_vma data_offset, Elf_Internal_Shdr * data_sec, struct arm_section * data_arm_sec) argument
8526 decode_arm_unwind(struct arm_unw_aux_info * aux, unsigned int word, unsigned int remaining, bfd_vma data_offset, Elf_Internal_Shdr * data_sec, struct arm_section * data_arm_sec) argument

Completed in 135 milliseconds