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:text_seg
(Results
1 - 2
of
2
) sorted by relevance
/third_party/elfio/examples/writer/
H
A
D
writer.cpp
78
segment*
text_seg
= writer.segments.add();
in main()
local
79
text_seg
->set_type( PT_LOAD );
in main()
80
text_seg
->set_virtual_address( CODE_ADDR );
in main()
81
text_seg
->set_physical_address( CODE_ADDR );
in main()
82
text_seg
->set_flags( PF_X | PF_R );
in main()
83
text_seg
->set_align( PAGE_SIZE );
in main()
86
text_seg
->add_section( text_sec, text_sec->get_addr_align() );
in main()
124
// '
text_seg
' segment. Therefore, the start address is set
in main()
126
writer.set_entry(
text_seg
->get_virtual_address() );
in main()
/third_party/elfio/tests/
H
A
D
ELFIOTest1.cpp
168
segment*
text_seg
= writer.segments.add();
in write_exe_i386()
local
169
text_seg
->set_type( PT_LOAD );
in write_exe_i386()
170
text_seg
->set_virtual_address( 0x08048000 );
in write_exe_i386()
171
text_seg
->set_physical_address( 0x08048000 );
in write_exe_i386()
172
text_seg
->set_flags( PF_X | PF_R );
in write_exe_i386()
173
text_seg
->set_align( 0x1000 );
in write_exe_i386()
174
text_seg
->add_section( text_sec, text_sec->get_addr_align() );
in write_exe_i386()
548
segment*
text_seg
= writer.segments.add();
in TEST()
local
549
text_seg
->set_type( PT_LOAD );
in TEST()
550
text_seg
in TEST()
[all...]
Completed in 2 milliseconds