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:note_sec
(Results
1 - 5
of
5
) sorted by relevance
/third_party/elfio/examples/add_section/
H
A
D
add_section.cpp
45
section*
note_sec
= reader.sections.add( ".note.ELFIO" );
in main()
local
46
note_sec
->set_type( SHT_NOTE );
in main()
47
note_section_accessor note_writer( reader,
note_sec
);
in main()
/third_party/elfio/examples/writer/
H
A
D
writer.cpp
112
section*
note_sec
= writer.sections.add( ".note" );
in main()
local
113
note_sec
->set_type( SHT_NOTE );
in main()
114
note_sec
->set_addr_align( 1 );
in main()
116
note_section_accessor note_writer( writer,
note_sec
);
in main()
/third_party/elfio/tests/
H
A
D
ELFIOTest.cpp
725
section*
note_sec
= writer.sections.add( ".note" );
in TEST()
local
726
note_sec
->set_type( SHT_NOTE );
in TEST()
727
note_sec
->set_flags( SHF_ALLOC );
in TEST()
728
note_sec
->set_addr_align( 4 );
in TEST()
729
note_section_accessor note_writer( writer,
note_sec
);
in TEST()
732
EXPECT_EQ(
note_sec
->get_index(), 2 );
in TEST()
778
section*
note_sec
= writer.sections.add( ".note" );
in TEST()
local
779
note_sec
->set_type( SHT_NOTE );
in TEST()
780
note_sec
->set_flags( SHF_ALLOC );
in TEST()
781
note_sec
in TEST()
831
section*
note_sec
= writer.sections.add( ".note" );
TEST()
local
884
section*
note_sec
= writer.sections.add( ".note" );
TEST()
local
[all...]
H
A
D
ELFIOTest1.cpp
119
section*
note_sec
= writer.sections.add( ".note" );
in write_obj_i386()
local
120
note_sec
->set_type( SHT_NOTE );
in write_obj_i386()
121
note_sec
->set_addr_align( 1 );
in write_obj_i386()
124
note_section_accessor note_writer( writer,
note_sec
);
in write_obj_i386()
197
section*
note_sec
= writer.sections.add( ".note" );
in write_exe_i386()
local
198
note_sec
->set_type( SHT_NOTE );
in write_exe_i386()
199
note_sec
->set_addr_align( 1 );
in write_exe_i386()
200
note_section_accessor note_writer( writer,
note_sec
);
in write_exe_i386()
/third_party/elfio/examples/write_obj/
H
A
D
write_obj.cpp
121
section*
note_sec
= writer.sections.add( ".note" );
in main()
local
122
note_sec
->set_type( SHT_NOTE );
in main()
124
note_section_accessor note_writer( writer,
note_sec
);
in main()
Completed in 5 milliseconds