Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:e_phoff
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/dump_code/
H
A
D
jit_dump_elf.cpp
36
header.
e_phoff
= 0;
in Initx86ElfHeader()
69
header.
e_phoff
= 0;
in InitArmElfHeader()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H
A
D
elf_types.h
87
uint64_t
e_phoff
; /* Program header table file offset */
member
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H
A
D
elf_builder.cpp
688
llvm::ELF::Elf64_Off
e_phoff
= static_cast<uint64_t>(file.tellp());
in PackELFSegment()
local
689
long phoff = (long)offsetof(struct llvm::ELF::Elf64_Ehdr,
e_phoff
);
in PackELFSegment()
690
// write Elf32_Off
e_phoff
in PackELFSegment()
692
file.write(reinterpret_cast<char *>(&
e_phoff
), sizeof(
e_phoff
));
in PackELFSegment()
693
file.seekp(static_cast<long>(
e_phoff
));
in PackELFSegment()
702
llvm::ELF::Elf64_Off offset =
e_phoff
;
in PackELFSegment()
H
A
D
elf_checker.cpp
326
ByteSwap(elfItemField.elfHeaderMem.
e_phoff
);
in GetElfItem()
H
A
D
elf_reader.cpp
253
llvm::ELF::Elf64_Phdr *phdr = reinterpret_cast<llvm::ELF::Elf64_Phdr *>(addr + ehdr->
e_phoff
);
in ParseELFSegment()
H
A
D
gdb_jit.cpp
285
newEhdr->
e_phoff
= sizeof(Elf64_Ehdr);
in ConstructEhdrAndPhdr()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H
A
D
obj_emit.cpp
194
header.
e_phoff
= 0;
in InitELFHeader()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H
A
D
elf_builder.h
716
header_.
e_phoff
= IS_JIT_MODE ? 0U : sizeof(ElfEhdr);
in MakeHeader()
884
i = header_.
e_phoff
;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H
A
D
elf_assembler.cpp
647
header.
e_phoff
= 0;
in InitElfHeader()
Completed in 14 milliseconds