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:debug_addr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/elfutils/libdw/
H
A
D
dwarf_getlocation_attr.c
60
Elf_Data *
debug_addr
= cu->dbg->sectiondata[IDX_debug_addr];
in addr_valp()
local
61
if (
debug_addr
== NULL)
in addr_valp()
68
return (unsigned char *)
debug_addr
->d_buf + offset;
in addr_valp()
/third_party/elfutils/src/
H
A
D
readelf.c
267
section_addr = 8192, /* .
debug_addr
*/
4417
Elf_Data *
debug_addr
= cu->dbg->sectiondata[IDX_debug_addr];
in get_indexed_addr()
4418
if (
debug_addr
== NULL)
in get_indexed_addr()
4423
if (base >
debug_addr
->d_size
in get_indexed_addr()
4424
|| off >
debug_addr
->d_size - base
in get_indexed_addr()
4425
|| cu->address_size >
debug_addr
->d_size - base - off)
in get_indexed_addr()
4428
const unsigned char *addrp =
debug_addr
->d_buf + base + off;
in get_indexed_addr()
5344
error (0, 0, _("cannot get .
debug_addr
section data: %s"),
in print_debug_addr_section()
5361
.
debug_addr
variant does. Whether or not we have an header,
in print_debug_addr_section()
5380
error (0, 0, "Warning: No CU references .
debug_addr
afte
in print_debug_addr_section()
[all...]
Completed in 11 milliseconds