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:BAD_ADDR
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
binfmt_elf.c
108
#define
BAD_ADDR
(x) (unlikely((unsigned long)(x) >= TASK_SIZE))
macro
386
if (!
BAD_ADDR
(map_addr))
in elf_map()
638
if (
BAD_ADDR
(map_addr))
in load_elf_interp()
653
if (
BAD_ADDR
(k) ||
in load_elf_interp()
1164
if (
BAD_ADDR
(error)) {
in load_elf_binary()
1202
if (
BAD_ADDR
(k) || elf_ppnt->p_filesz > elf_ppnt->p_memsz ||
in load_elf_binary()
1260
if (
BAD_ADDR
(elf_entry)) {
in load_elf_binary()
1274
if (
BAD_ADDR
(elf_entry)) {
in load_elf_binary()
H
A
D
binfmt_aout.c
43
#define
BAD_ADDR
(x) ((unsigned long)(x) >= TASK_SIZE)
macro
/kernel/linux/linux-6.6/fs/
H
A
D
binfmt_elf.c
111
#define
BAD_ADDR
(x) (unlikely((unsigned long)(x) >= TASK_SIZE))
macro
396
if (!
BAD_ADDR
(map_addr))
in elf_map()
641
if (
BAD_ADDR
(map_addr))
in load_elf_interp()
656
if (
BAD_ADDR
(k) ||
in load_elf_interp()
1167
if (
BAD_ADDR
(error)) {
in load_elf_binary()
1203
if (
BAD_ADDR
(k) || elf_ppnt->p_filesz > elf_ppnt->p_memsz ||
in load_elf_binary()
1261
if (
BAD_ADDR
(elf_entry)) {
in load_elf_binary()
1275
if (
BAD_ADDR
(elf_entry)) {
in load_elf_binary()
Completed in 6 milliseconds