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:versym_section
(Results
1 - 3
of
3
) sorted by relevance
/third_party/elfio/elfio/
H
A
D
elfio_versym.hpp
34
:
versym_section
( section )
in versym_section_accessor_template()
45
if (
versym_section
) {
in get_entries_num()
54
if (
versym_section
&& ( no < get_entries_num() ) ) {
in get_entry()
55
value = ( (Elf_Half*)
versym_section
->get_data() )[no];
in get_entry()
65
if (
versym_section
&& ( no < get_entries_num() ) ) {
in modify_entry()
66
( (Elf_Half*)
versym_section
->get_data() )[no] = value;
in modify_entry()
76
if ( !
versym_section
) {
in add_entry()
80
versym_section
->append_data( (const char*)&value, sizeof( Elf_Half ) );
in add_entry()
88
S*
versym_section
= nullptr;
member in ELFIO::versym_section_accessor_template
/third_party/libabigail/src/
H
A
D
abg-elf-helpers.cc
574
/// @param
versym_section
the SHT_GNU_versym section found. If the
586
Elf_Scn*&
versym_section
,
in get_symbol_versionning_sections()
608
versym_section
= versym;
in get_symbol_versionning_sections()
861
Elf_Scn *
versym_section
= NULL,
in get_version_for_symbol()
local
866
versym_section
,
in get_version_for_symbol()
872
Elf_Data* versym_data = (
versym_section
)
in get_version_for_symbol()
873
? elf_getdata(
versym_section
, NULL)
in get_version_for_symbol()
585
get_symbol_versionning_sections(Elf* elf_handle, Elf_Scn*&
versym_section
, Elf_Scn*& verdef_section, Elf_Scn*& verneed_section)
get_symbol_versionning_sections()
argument
H
A
D
abg-elf-helpers.h
123
Elf_Scn*&
versym_section
,
Completed in 3 milliseconds