HomeSort by relevance Sort by last modified time
    Searched refs:data_sec (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
nlm32-alpha.c 405 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
nlm32-ppc.c 444 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
coff64-rs6000.c 731 asection *data_sec = NULL; local
843 data_sec = current;
935 if (data_sec)
937 internal_a.dsize = data_sec->size;
938 internal_a.data_start = internal_a.dsize ? data_sec->vma : 0;
973 if (data_sec != NULL)
975 internal_a.o_sndata = data_sec->target_index;
976 internal_a.o_algndata = bfd_get_section_alignment (abfd, data_sec);
    [all...]
coffcode.h 3596 asection *data_sec = NULL; local
    [all...]
  /external/curl/lib/
pingpong.c 174 enum protection_level data_sec = conn->data_prot; local
208 DEBUGASSERT(data_sec > PROT_NONE && data_sec < PROT_LAST);
209 conn->data_prot = data_sec;
ftp.c 4036 enum protection_level data_sec = conn->data_prot; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 173 asection *text_sec, *bss_sec, *data_sec;
431 data_sec = bfd_get_section_by_name (outbfd, NLM_INITIALIZED_DATA_NAME);
432 if (data_sec != NULL)
436 vma = bfd_get_section_size (data_sec);
446 data_size = bfd_get_section_size (data_sec);
447 if (! bfd_set_section_size (outbfd, data_sec, data_size + add))
644 if (bfd_get_section (sym) == data_sec
654 if (bfd_get_section (sym) == data_sec
664 if (bfd_get_section (sym) == data_sec
171 asection *text_sec, *bss_sec, *data_sec; local
    [all...]
readelf.c     [all...]

Completed in 136 milliseconds