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:SHN_LORESERVE
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/scripts/mod/
H
A
D
modpost.h
147
* Move reserved section indices
SHN_LORESERVE
..SHN_HIRESERVE out of
in get_secindex()
151
if (index >=
SHN_LORESERVE
&& index <= SHN_HIRESERVE)
in get_secindex()
/kernel/linux/linux-5.10/scripts/mod/
H
A
D
modpost.h
163
return i != SHN_XINDEX && i >=
SHN_LORESERVE
&& i <= SHN_HIRESERVE;
in is_shndx_special()
167
* Move reserved section indices
SHN_LORESERVE
..SHN_HIRESERVE out of
/kernel/linux/linux-5.10/scripts/
H
A
D
recordmcount.h
198
if (shndx > SHN_UNDEF && shndx <
SHN_LORESERVE
)
in get_symindex()
221
if (new_shnum >=
SHN_LORESERVE
) {
in set_shnum()
H
A
D
sorttable.c
169
* Move reserved section indices
SHN_LORESERVE
..SHN_HIRESERVE out of
177
return i != SHN_XINDEX && i >=
SHN_LORESERVE
&& i <= SHN_HIRESERVE;
in is_shndx_special()
/kernel/linux/linux-6.6/scripts/
H
A
D
recordmcount.h
198
if (shndx > SHN_UNDEF && shndx <
SHN_LORESERVE
)
in get_symindex()
221
if (new_shnum >=
SHN_LORESERVE
) {
in set_shnum()
H
A
D
sorttable.c
175
* Move reserved section indices
SHN_LORESERVE
..SHN_HIRESERVE out of
183
return i != SHN_XINDEX && i >=
SHN_LORESERVE
&& i <= SHN_HIRESERVE;
in is_shndx_special()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
299
#define
SHN_LORESERVE
0xff00
macro
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
300
#define
SHN_LORESERVE
0xff00
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
250
#define
SHN_LORESERVE
0xff00
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
250
#define
SHN_LORESERVE
0xff00
macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
236
#define
SHN_LORESERVE
0xff00
macro
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
elf.c
423
sym->sym.st_shndx <
SHN_LORESERVE
) ||
in read_symbols()
581
bool is_special_shndx = sym->sym.st_shndx >=
SHN_LORESERVE
&&
in elf_update_symbol()
671
if ((shndx >= SHN_UNDEF && shndx <
SHN_LORESERVE
) || is_special_shndx) {
in elf_update_symbol()
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
elf.c
489
sym->sym.st_shndx <
SHN_LORESERVE
) ||
in read_symbols()
605
bool is_special_shndx = sym->sym.st_shndx >=
SHN_LORESERVE
&&
in elf_update_symbol()
707
if ((shndx >= SHN_UNDEF && shndx <
SHN_LORESERVE
) || is_special_shndx) {
in elf_update_symbol()
/kernel/linux/linux-6.6/kernel/module/
H
A
D
kallsyms.c
52
if (sym->st_shndx >=
SHN_LORESERVE
)
in elf_type()
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
linker.c
822
if (sym->st_shndx <
SHN_LORESERVE
&& sym->st_shndx >= obj->sec_cnt) {
in linker_sanity_check_elf_symtab()
1833
} else if (sym->st_shndx <
SHN_LORESERVE
) {
in linker_append_elf_sym()
H
A
D
libbpf.c
4117
if (!shdr_idx || shdr_idx >=
SHN_LORESERVE
) {
in bpf_program__record_reloc()
9175
if (shdr_idx >=
SHN_LORESERVE
) {
in bpf_object__collect_st_ops_relos()
/kernel/linux/linux-5.10/kernel/
H
A
D
module.c
2703
if (sym->st_shndx >=
SHN_LORESERVE
)
in elf_type()
/kernel/linux/linux-5.10/tools/lib/bpf/
H
A
D
libbpf.c
3403
if (!shdr_idx || shdr_idx >=
SHN_LORESERVE
) {
in bpf_program__record_reloc()
8607
if (shdr_idx >=
SHN_LORESERVE
) {
in bpf_object__collect_st_ops_relos()
Completed in 51 milliseconds