OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:e_machine
(Results
201 - 225
of
360
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.27/elfcpp/
elfcpp.h
166
// The valid values found in the Ehdr
e_machine
field.
1070
{ return Convert<16, big_endian>::convert_host(this->p_->
e_machine
); }
1140
{ this->p_->
e_machine
= Convert<16, big_endian>::convert_host(v); }
[
all
...]
/external/elfutils/libelf/
elf_begin.c
323
CONVERT (elf->state.elf32.ehdr_mem.
e_machine
);
425
CONVERT (elf->state.elf64.ehdr_mem.
e_machine
);
[
all
...]
/external/elfutils/src/
elfcompress.c
584
newehdr.
e_machine
= ehdr.
e_machine
;
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h
65
Elf32_Half
e_machine
; // Required architecture for this file (see EM_*)
member in struct:llvm::ELF::Elf32_Ehdr
89
Elf64_Half
e_machine
;
member in struct:llvm::ELF::Elf64_Ehdr
[
all
...]
/toolchain/binutils/binutils-2.27/gold/
target.h
92
// Machine code to store in
e_machine
field of ELF header.
513
// The code to store in the
e_machine
field of the ELF header.
[
all
...]
/toolchain/binutils/binutils-2.27/include/elf/
common.h
99
/* Values for
e_machine
, which identifies the architecture. These numbers
319
unofficial
e_machine
number should eventually ask registry@sco.com for
[
all
...]
/external/google-breakpad/src/common/solaris/
dump_symbols.cc
674
if (WriteModuleInfo(sym_fd, elf_header.
e_machine
, obj_file) &&
/external/llvm/include/llvm/Object/
ELFTypes.h
474
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/external/llvm/tools/yaml2obj/
yaml2elf.cpp
173
Header.
e_machine
= Doc.Header.Machine;
/external/toybox/toys/posix/
file.c
84
//
e_machine
, ala "x86", from big table above
/frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp
241
header->
e_machine
= target().getInfo().machine();
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h
473
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ELFTypes.h
473
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELFTypes.h
485
Elf_Half
e_machine
; // Required architecture for this file (see EM_*)
Completed in 1356 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>