OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ElfClass64
(Results
1 - 5
of
5
) sorted by null
/external/google-breakpad/src/common/linux/
elfutils.h
57
struct
ElfClass64
{
66
static const int kClass =
ELFCLASS64
;
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldelf.go
45
ElfClass64
= 2
379
if hdr.Ident[4] ==
ElfClass64
{
434
if e != binary.LittleEndian || elfobj.machine != ElfMachAmd64 || hdr.Ident[4] !=
ElfClass64
{
440
if e != binary.LittleEndian || elfobj.machine != ElfMachArm64 || hdr.Ident[4] !=
ElfClass64
{
452
if elfobj.machine != ElfMachPower64 || hdr.Ident[4] !=
ElfClass64
{
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldelf.go
42
ElfClass64
= 2
376
if hdr.Ident[4] ==
ElfClass64
{
431
if e != binary.LittleEndian || elfobj.machine != ElfMachAmd64 || hdr.Ident[4] !=
ElfClass64
{
437
if e != binary.LittleEndian || elfobj.machine != ElfMachArm64 || hdr.Ident[4] !=
ElfClass64
{
449
if elfobj.machine != ElfMachPower64 || hdr.Ident[4] !=
ElfClass64
{
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldelf.go
45
ElfClass64
= 2
379
if hdr.Ident[4] ==
ElfClass64
{
434
if e != binary.LittleEndian || elfobj.machine != ElfMachAmd64 || hdr.Ident[4] !=
ElfClass64
{
440
if e != binary.LittleEndian || elfobj.machine != ElfMachArm64 || hdr.Ident[4] !=
ElfClass64
{
452
if elfobj.machine != ElfMachPower64 || hdr.Ident[4] !=
ElfClass64
{
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldelf.go
42
ElfClass64
= 2
376
if hdr.Ident[4] ==
ElfClass64
{
431
if e != binary.LittleEndian || elfobj.machine != ElfMachAmd64 || hdr.Ident[4] !=
ElfClass64
{
437
if e != binary.LittleEndian || elfobj.machine != ElfMachArm64 || hdr.Ident[4] !=
ElfClass64
{
449
if elfobj.machine != ElfMachPower64 || hdr.Ident[4] !=
ElfClass64
{
Completed in 684 milliseconds