HomeSort by relevance Sort by last modified time
    Searched defs:ElfClass32 (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/linux/
elfutils.h 44 struct ElfClass32 {
53 static const int kClass = ELFCLASS32;
  /prebuilts/go/darwin-x86/src/cmd/link/internal/loadelf/
ldelf.go 51 ElfClass32 = 1
548 if elfobj.machine != ElfMachMips || hdr.Ident[4] != ElfClass32 {
558 if e != binary.LittleEndian || elfobj.machine != ElfMachArm || hdr.Ident[4] != ElfClass32 {
573 if e != binary.LittleEndian || elfobj.machine != ElfMach386 || hdr.Ident[4] != ElfClass32 {
  /prebuilts/go/linux-x86/src/cmd/link/internal/loadelf/
ldelf.go 51 ElfClass32 = 1
548 if elfobj.machine != ElfMachMips || hdr.Ident[4] != ElfClass32 {
558 if e != binary.LittleEndian || elfobj.machine != ElfMachArm || hdr.Ident[4] != ElfClass32 {
573 if e != binary.LittleEndian || elfobj.machine != ElfMach386 || hdr.Ident[4] != ElfClass32 {

Completed in 89 milliseconds