HomeSort by relevance Sort by last modified time
    Searched refs:EI_DATA (Results 126 - 150 of 153) sorted by null

1 2 3 4 56 7

  /external/syslinux/com32/tools/
relocs.c 264 if (ehdr.e_ident[EI_DATA] != ELFDATA2LSB) {
  /external/valgrind/coregrind/m_coredump/
coredump-elf.c 93 ehdr->e_ident[EI_DATA] = VG_ELF_DATA2XXX;
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 218 header->e_ident[llvm::ELF::EI_DATA] =
  /external/elfutils/src/
readelf.c 979 ehdr->e_ident[EI_DATA] == ELFDATA2LSB
981 : ehdr->e_ident[EI_DATA] == ELFDATA2MSB
    [all...]
unstrip.c 1028 main_ehdr->e_ident[EI_DATA]) != NULL,
1063 main_ehdr->e_ident[EI_DATA]) != NULL,
    [all...]
ldgeneric.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 83 EI_DATA = 5
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 83 EI_DATA = 5
    [all...]
  /external/kmod/libkmod/
libkmod-elf.c 116 switch (p[EI_DATA]) {
  /external/valgrind/include/vki/
vki-solaris.h 388 #define VKI_EI_DATA EI_DATA
    [all...]
  /art/runtime/
elf_file.cc 453 if (ELFDATA2LSB != header_->e_ident[EI_DATA]) {
454 *error_msg = StringPrintf("Failed to find expected EI_DATA value %d in %s, found %d",
    [all...]
  /external/elfutils/libelf/
elf.h 129 #define EI_DATA 5 /* Data encoding byte index */
    [all...]
  /external/kmod/port-gnu/
elf.h 128 #define EI_DATA 5 /* Data encoding byte index */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 131 #define EI_DATA 5 /* Data encoding byte index */
    [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 53 EI_DATA = 5 /* Data format. */
98 // Data is found in Header.Ident[EI_DATA] and Header.Data.
    [all...]
file.go 256 f.Data = Data(ident[EI_DATA])
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 53 EI_DATA = 5 /* Data format. */
98 // Data is found in Header.Ident[EI_DATA] and Header.Data.
    [all...]
file.go 256 f.Data = Data(ident[EI_DATA])
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h 85 const int EI_DATA = 5;
108 // The valid values found in Ehdr e_ident[EI_DATA].
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwp.cc     [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 279 'ei_class ei_data ei_version ei_osabi e_type e_machine e_version '
337 EI_DATA = 5
406 __slots__ = ('ei_class', 'ei_data', 'e_machine', 'dt_rpath', 'dt_runpath',
412 def __init__(self, ei_class=ELFCLASSNONE, ei_data=ELFDATANONE, e_machine=0,
418 self.ei_data = ei_data
446 return self._ELF_DATA_NAMES.get(self.ei_data, 'None')
473 print('EI_DATA\t\t' + self.elf_data_name, file=file)
524 self.ei_data = buf[ELF.EI_DATA]
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/iproute2/lib/
bpf.c     [all...]
  /external/valgrind/coregrind/m_debuginfo/
readelf.c 158 && ehdr->e_ident[EI_DATA] == VG_ELF_DATA2XXX
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 904 && elf_header.e_ident[EI_DATA] != ELFDATA2MSB)
1000 && elf_header.e_ident[EI_DATA] != ELFDATA2MSB)
    [all...]

Completed in 1322 milliseconds

1 2 3 4 56 7