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:ctf_section
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-elf-reader.cc
273
Elf_Scn*
ctf_section
= nullptr;
member
437
ctf_section
= elf_helpers::find_section_by_name(elf_handle, ".ctf");
in locate_ctf_debug_info()
438
if (
ctf_section
== nullptr)
in locate_ctf_debug_info()
441
ctf_section
= alt_ctf_section;
in locate_ctf_debug_info()
548
{return (priv_->
ctf_section
!= nullptr);}
in has_ctf_debug_info()
622
if (priv_->
ctf_section
== nullptr)
in find_ctf_section()
625
if (priv_->
ctf_section
)
in find_ctf_section()
626
return priv_->
ctf_section
;
in find_ctf_section()
H
A
D
abg-ctf-reader.cc
113
fill_ctf_section(const Elf_Scn *elf_section, ctf_sect_t *
ctf_section
);
1590
/// @param
ctf_section
the CTF section to fill with the raw data.
1593
fill_ctf_section(const Elf_Scn *elf_section, ctf_sect_t *
ctf_section
)
in fill_ctf_section()
argument
1605
ctf_section
->cts_name = ""; /* This is not actually used by libctf. */
in fill_ctf_section()
1606
ctf_section
->cts_data = (char *) section_data->d_buf;
in fill_ctf_section()
1607
ctf_section
->cts_size = section_data->d_size;
in fill_ctf_section()
1608
ctf_section
->cts_entsize = section_header->sh_entsize;
in fill_ctf_section()
Completed in 4 milliseconds