OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:e_machine
(Results
176 - 200
of
360
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
ELFYAML.h
32
// to the `
e_machine
` constants, like `EM_X86_64`.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ScopedPrinter.h
31
// "EM_X86_64" string on LLVM style for Elf_Ehdr->
e_machine
corresponds to
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
ELFYAML.h
32
// to the `
e_machine
` constants, like `EM_X86_64`.
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ScopedPrinter.h
31
// "EM_X86_64" string on LLVM style for Elf_Ehdr->
e_machine
corresponds to
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
ELFYAML.h
32
// to the `
e_machine
` constants, like `EM_X86_64`.
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ScopedPrinter.h
31
// "EM_X86_64" string on LLVM style for Elf_Ehdr->
e_machine
corresponds to
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
ELFYAML.h
36
// to the `
e_machine
` constants, like `EM_X86_64`.
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ScopedPrinter.h
31
// "EM_X86_64" string on LLVM style for Elf_Ehdr->
e_machine
corresponds to
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
ELFYAML.h
36
// to the `
e_machine
` constants, like `EM_X86_64`.
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ScopedPrinter.h
31
// "EM_X86_64" string on LLVM style for Elf_Ehdr->
e_machine
corresponds to
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
ELFYAML.h
36
// to the `
e_machine
` constants, like `EM_X86_64`.
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ScopedPrinter.h
31
// "EM_X86_64" string on LLVM style for Elf_Ehdr->
e_machine
corresponds to
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
ELFYAML.h
36
// to the `
e_machine
` constants, like `EM_X86_64`.
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ScopedPrinter.h
31
// "EM_X86_64" string on LLVM style for Elf_Ehdr->
e_machine
corresponds to
/external/elfutils/src/
elfcmp.c
194
|| ehdr1->
e_machine
!= ehdr2->
e_machine
strip.c
1025
debugehdr->
e_machine
= ehdr->
e_machine
;
[
all
...]
/external/elfutils/tests/
elfstrmerge.c
388
newehdr.
e_machine
= ehdr.
e_machine
;
backtrace.c
384
is_x86_64_native = ehdr->
e_machine
== EM_X86_64;
/toolchain/binutils/binutils-2.27/bfd/
elf32-arc.c
560
mach_ibfd = elf_elfheader (ibfd)->
e_machine
;
609
unsigned
e_machine
= elf_elfheader (abfd)->
e_machine
;
local
611
if (
e_machine
== EM_ARC_COMPACT ||
e_machine
== EM_ARC_COMPACT2)
629
mach = (
e_machine
== EM_ARC_COMPACT) ?
636
if (
e_machine
== EM_ARC)
680
elf_elfheader (abfd)->
e_machine
= emf;
[
all
...]
/toolchain/binutils/binutils-2.27/binutils/
ChangeLog-2006
488
as replacement value for the
e_machine
number.
492
can now set the absolute
e_machine
value.
/external/llvm/tools/obj2yaml/
elf2yaml.cpp
68
Y->Header.Machine = Obj.getHeader()->
e_machine
;
/system/core/libunwindstack/tests/
JitDebugTest.cpp
96
ehdr.
e_machine
= machine_type;
MapInfoGetElfTest.cpp
57
ehdr->
e_machine
= machine_type;
/toolchain/binutils/binutils-2.27/include/elf/
internal.h
75
unsigned short
e_machine
; /* Specifies required architecture */
member in struct:elf_internal_ehdr
/external/llvm/test/tools/llvm-readobj/Inputs/
relocs.py
280
e_machine
= f.uint16()
281
if
e_machine
== 0x0008 and f.is64Bit: # EM_MIPS && 64 bit
[
all
...]
Completed in 1086 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>