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:shdrs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/vdso/
H
A
D
genvdso.h
10
void *
shdrs
;
in patch_vdso()
local
15
shdrs
= vdso + FUNC(swap_uint)(ehdr->e_shoff);
in patch_vdso()
19
shdr =
shdrs
+ (sh_entsize * swap_uint16(ehdr->e_shstrndx));
in patch_vdso()
23
shdr =
shdrs
+ (i * sh_entsize);
in patch_vdso()
61
void *
shdrs
, *symtab;
in get_symbols()
local
69
shdrs
= vdso + FUNC(swap_uint)(ehdr->e_shoff);
in get_symbols()
74
shdr =
shdrs
+ (i * sh_entsize);
in get_symbols()
101
shdr =
shdrs
+ (swap_uint32(shdr->sh_link) * sh_entsize);
in get_symbols()
/kernel/linux/linux-6.6/arch/mips/vdso/
H
A
D
genvdso.h
10
void *
shdrs
;
in patch_vdso()
local
15
shdrs
= vdso + FUNC(swap_uint)(ehdr->e_shoff);
in patch_vdso()
19
shdr =
shdrs
+ (sh_entsize * swap_uint16(ehdr->e_shstrndx));
in patch_vdso()
23
shdr =
shdrs
+ (i * sh_entsize);
in patch_vdso()
61
void *
shdrs
, *symtab;
in get_symbols()
local
69
shdrs
= vdso + FUNC(swap_uint)(ehdr->e_shoff);
in get_symbols()
74
shdr =
shdrs
+ (i * sh_entsize);
in get_symbols()
101
shdr =
shdrs
+ (swap_uint32(shdr->sh_link) * sh_entsize);
in get_symbols()
/kernel/linux/linux-5.10/arch/sparc/vdso/
H
A
D
vma.c
72
Elf64_Shdr *
shdrs
;
in one_section64()
local
75
shdrs
= (void *)e->hdr + e->hdr->e_shoff;
in one_section64()
76
snames = (void *)e->hdr +
shdrs
[e->hdr->e_shstrndx].sh_offset;
in one_section64()
78
if (!strcmp(snames+
shdrs
[i].sh_name, name)) {
in one_section64()
80
*size =
shdrs
[i].sh_size;
in one_section64()
81
return (void *)e->hdr +
shdrs
[i].sh_offset;
in one_section64()
140
Elf32_Shdr *
shdrs
;
in one_section32()
local
143
shdrs
= (void *)e->hdr + e->hdr->e_shoff;
in one_section32()
144
snames = (void *)e->hdr +
shdrs
[e->hdr->e_shstrndx].sh_offset;
in one_section32()
146
if (!strcmp(snames+
shdrs
[
in one_section32()
[all...]
/kernel/linux/linux-6.6/arch/sparc/vdso/
H
A
D
vma.c
72
Elf64_Shdr *
shdrs
;
in one_section64()
local
75
shdrs
= (void *)e->hdr + e->hdr->e_shoff;
in one_section64()
76
snames = (void *)e->hdr +
shdrs
[e->hdr->e_shstrndx].sh_offset;
in one_section64()
78
if (!strcmp(snames+
shdrs
[i].sh_name, name)) {
in one_section64()
80
*size =
shdrs
[i].sh_size;
in one_section64()
81
return (void *)e->hdr +
shdrs
[i].sh_offset;
in one_section64()
140
Elf32_Shdr *
shdrs
;
in one_section32()
local
143
shdrs
= (void *)e->hdr + e->hdr->e_shoff;
in one_section32()
144
snames = (void *)e->hdr +
shdrs
[e->hdr->e_shstrndx].sh_offset;
in one_section32()
146
if (!strcmp(snames+
shdrs
[
in one_section32()
[all...]
Completed in 3 milliseconds