HomeSort by: relevance | last modified time | path
    Searched defs:elfclass (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libelf/
elf_data.c 51 unsigned int elfclass, sh_type; local
84 elfclass = e->e_class;
86 assert(elfclass == ELFCLASS32 || elfclass == ELFCLASS64);
88 if (elfclass == ELFCLASS32) {
113 if ((fsz = (elfclass == ELFCLASS32 ? elf32_fsize : elf64_fsize)
131 if ((msz = _libelf_msize(elftype, elfclass, e->e_version)) == 0)
165 xlate = _libelf_get_translator(elftype, ELF_TOMEMORY, elfclass,
  /src/external/gpl3/binutils/dist/bfd/
elf-properties.c 142 unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4;
679 unsigned int elfclass)
692 || !bfd_set_section_alignment (sec, elfclass == ELFCLASS64 ? 3 : 2))
729 unsigned int elfclass = bed->s->elfclass; local
739 && (elfclass == get_elf_backend_data (abfd)->s->elfclass))
766 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
791 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
862 unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4
    [all...]
elfxx-aarch64.c 718 && out_be->s->elfclass == in_be->s->elfclass;
860 const unsigned int elfclass = bed->s->elfclass; local
868 && (get_elf_backend_data (pbfd)->s->elfclass == elfclass))
elf-attrs.c 717 unsigned int elfclass = output_bed->s->elfclass; local
722 && elfclass == get_elf_backend_data (abfd)->s->elfclass);
elf-bfd.h 857 unsigned char elfclass, ev_current;
1970 (get_elf_backend_data (abfd)->s->elfclass == ELFCLASS64)
855 unsigned char elfclass, ev_current; member in struct:elf_size_info
  /src/external/gpl3/binutils.old/dist/bfd/
elf-properties.c 142 unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4;
679 unsigned int elfclass)
692 || !bfd_set_section_alignment (sec, elfclass == ELFCLASS64 ? 3 : 2))
713 unsigned int elfclass = bed->s->elfclass; local
723 && (elfclass == get_elf_backend_data (abfd)->s->elfclass))
750 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
775 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
846 unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4
    [all...]
elfxx-aarch64.c 716 && out_be->s->elfclass == in_be->s->elfclass;
858 const unsigned int elfclass = bed->s->elfclass; local
866 && (get_elf_backend_data (pbfd)->s->elfclass == elfclass))
elf-bfd.h 847 unsigned char elfclass, ev_current;
845 unsigned char elfclass, ev_current; member in struct:elf_size_info
  /src/external/gpl3/gdb/dist/bfd/
elf-properties.c 83 unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4;
622 unsigned int elfclass = bed->s->elfclass; local
632 && (elfclass == get_elf_backend_data (abfd)->s->elfclass))
671 elfclass == ELFCLASS64 ? 3 : 2))
746 unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4;
854 align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4;
874 align_shift = bed->s->elfclass == ELFCLASS64 ? 3 : 2;
elf-bfd.h 835 unsigned char elfclass, ev_current;
833 unsigned char elfclass, ev_current; member in struct:elf_size_info
  /src/external/gpl3/gdb.old/dist/bfd/
elf-properties.c 83 unsigned int align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4;
622 unsigned int elfclass = bed->s->elfclass; local
632 && (elfclass == get_elf_backend_data (abfd)->s->elfclass))
671 elfclass == ELFCLASS64 ? 3 : 2))
746 unsigned int align_size = elfclass == ELFCLASS64 ? 8 : 4;
854 align_size = bed->s->elfclass == ELFCLASS64 ? 8 : 4;
874 align_shift = bed->s->elfclass == ELFCLASS64 ? 3 : 2;
elf-bfd.h 832 unsigned char elfclass, ev_current;
830 unsigned char elfclass, ev_current; member in struct:elf_size_info
  /src/external/gpl3/binutils/dist/binutils/
elfedit.c 62 enum elfclass
70 static enum elfclass input_elf_class = ELF_CLASS_UNKNOWN;
71 static enum elfclass output_elf_class = ELF_CLASS_BOTH;
304 static enum elfclass
61 enum elfclass enum
  /src/external/gpl3/binutils.old/dist/binutils/
elfedit.c 62 enum elfclass
70 static enum elfclass input_elf_class = ELF_CLASS_UNKNOWN;
71 static enum elfclass output_elf_class = ELF_CLASS_BOTH;
304 static enum elfclass
61 enum elfclass enum
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
linetrace.c 391 char elfclass = p[EI_CLASS]; local
396 (elfclass != ELFCLASS32 && elfclass != ELFCLASS64)
408 if (elfclass == ELFCLASS32)
432 TprintfT (DBG_LT2, "check_fd_dynamic(): elfclass=%d, e_phoff=%lu e_phnum=%lu e_phentsize=%lu\n",
433 (int) elfclass, (unsigned long) e_phoff, (unsigned long) e_phnum,
439 if (elfclass == ELFCLASS32)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
linetrace.c 391 char elfclass = p[EI_CLASS]; local
396 (elfclass != ELFCLASS32 && elfclass != ELFCLASS64)
408 if (elfclass == ELFCLASS32)
432 TprintfT (DBG_LT2, "check_fd_dynamic(): elfclass=%d, e_phoff=%lu e_phnum=%lu e_phentsize=%lu\n",
433 (int) elfclass, (unsigned long) e_phoff, (unsigned long) e_phnum,
439 if (elfclass == ELFCLASS32)

Completed in 49 milliseconds