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:elfmap_off
(Results
1 - 1
of
1
) sorted by relevance
/third_party/elfutils/src/
H
A
D
strings.c
139
static off_t
elfmap_off
;
variable
568
elfmap_off
= from & ~(ps - 1);
in read_block()
569
elfmap_base = elfmap = map_file (fd,
elfmap_off
, fdlen, &elfmap_size);
in read_block()
590
if (to < (off_t)
elfmap_off
|| from > (off_t) (
elfmap_off
+ elfmap_size))
in read_block()
596
elfmap_off
= from & ~(ps - 1);
in read_block()
608
if (from >= (off_t)
elfmap_off
in read_block()
609
&& from < (off_t) (
elfmap_off
+ elfmap_size))
in read_block()
612
process_chunk (fname, elfmap_base + (from -
elfmap_off
),
in read_block()
613
MIN (to, (off_t) (
elfmap_off
in read_block()
[all...]
Completed in 2 milliseconds