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:g_excHook
(Results
1 - 2
of
2
) sorted by relevance
/kernel/liteos_m/utils/
H
A
D
los_debug.c
48
STATIC ExcHookFn
g_excHook
;
variable
71
if (!
g_excHook
) {
in OsExcHookRegister()
72
g_excHook
= excHookFn;
in OsExcHookRegister()
80
if (
g_excHook
) {
in OsDoExcHook()
81
g_excHook
(excType);
in OsDoExcHook()
/kernel/liteos_a/arch/arm/arm/src/
H
A
D
los_exc.c
81
STATIC EXC_PROC_FUNC
g_excHook
= (EXC_PROC_FUNC)OsExcHook;
variable
413
g_excHook
= excHook;
in LOS_ExcRegHook()
421
return
g_excHook
;
in OsExcRegHookGet()
942
if (
g_excHook
!= NULL) {
in OsUndefIncExcHandleEntry()
944
g_excHook
(OS_EXCEPT_UNDEF_INSTR, excBufAddr, 0, 0);
in OsUndefIncExcHandleEntry()
961
if (
g_excHook
!= NULL) {
in OsPrefetchAbortExcHandleEntry()
964
g_excHook
(OS_EXCEPT_PREFETCH_ABORT, excBufAddr, far, fsr);
in OsPrefetchAbortExcHandleEntry()
980
if (
g_excHook
!= NULL) {
in OsDataAbortExcHandleEntry()
983
g_excHook
(OS_EXCEPT_DATA_ABORT, excBufAddr, far, fsr);
in OsDataAbortExcHandleEntry()
1188
if (
g_excHook
!
in OsExcHandleEntry()
[all...]
Completed in 3 milliseconds