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:high_addr
(Results
1 - 10
of
10
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
dwfl_validate_address.c
51
if (relative >= mod->low_addr && relative <= mod->
high_addr
)
in dwfl_validate_address()
H
A
D
dwfl_module_info.c
49
*end = mod->
high_addr
;
in dwfl_module_info()
H
A
D
dwfl_module.c
173
if (m->low_addr == start && m->
high_addr
== end
in dwfl_report_module()
201
mod->
high_addr
= end;
in dwfl_report_module()
H
A
D
dwfl_module_report_build_id.c
58
if (vaddr != 0 && (vaddr < mod->low_addr || vaddr + len > mod->
high_addr
))
in dwfl_module_report_build_id()
H
A
D
offline.c
148
&& dwfl->offline_next_address < mod->
high_addr
+ OFFLINE_REDZONE)
in process_elf()
149
dwfl->offline_next_address = mod->
high_addr
+ OFFLINE_REDZONE;
in process_elf()
H
A
D
segment.c
167
const GElf_Addr end = __libdwfl_segment_end (dwfl, mod->
high_addr
);
in reify_segments()
272
if (*mod != NULL && (*mod)->
high_addr
!= address)
in dwfl_addrsegment()
H
A
D
link_map.c
616
mod->
high_addr
-= mod_bias;
in consider_executable()
618
mod->
high_addr
+= bias;
in consider_executable()
H
A
D
libdwflP.h
171
GElf_Addr low_addr,
high_addr
;
member
H
A
D
linux-kernel-modules.c
728
end = m->
high_addr
;
in dwfl_linux_kernel_report_kernel()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nvfx_vertprog.c
878
int high_const = -1, high_temp = -1,
high_addr
= -1, nr_imm = 0, i;
in nvfx_vertprog_prepare()
local
902
if (fdec->Range.Last >
high_addr
) {
in nvfx_vertprog_prepare()
903
high_addr
=
in nvfx_vertprog_prepare()
939
if (++
high_addr
) {
in nvfx_vertprog_prepare()
940
vpc->r_address = CALLOC(
high_addr
, sizeof(struct nvfx_reg));
in nvfx_vertprog_prepare()
941
for (i = 0; i <
high_addr
; i++)
in nvfx_vertprog_prepare()
Completed in 8 milliseconds