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:uhdr
(Results
1 - 1
of
1
) sorted by relevance
/third_party/libunwind/libunwind/src/ia64/
H
A
D
Gtables.c
682
*
uhdr
;
in tdep_find_proc_info()
694
uhdr
= (struct unwind_header *) lmd.unwind_base;
in tdep_find_proc_info()
696
if ((
uhdr
->header_version & ~UNWIND_TBL_32BIT) != 1
in tdep_find_proc_info()
697
&& (
uhdr
->header_version & ~UNWIND_TBL_32BIT) != 2)
in tdep_find_proc_info()
700
(long) (
uhdr
->header_version & ~UNWIND_TBL_32BIT));
in tdep_find_proc_info()
703
if (
uhdr
->header_version & UNWIND_TBL_32BIT)
in tdep_find_proc_info()
709
di.u.ti.table_data = (unw_word_t *) (di.u.ti.segbase +
uhdr
->start_offset);
in tdep_find_proc_info()
710
di.u.ti.table_len = ((
uhdr
->end_offset -
uhdr
->start_offset)
in tdep_find_proc_info()
Completed in 1 milliseconds