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:Elf32_Nhdr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/lib/
H
A
D
buildid.c
13
* 32-bit and 64-bit system, because
Elf32_Nhdr
and Elf64_Nhdr are
23
while (note_offs + sizeof(
Elf32_Nhdr
) < note_size) {
in parse_build_id_buf()
24
Elf32_Nhdr
*nhdr = (
Elf32_Nhdr
*)(note_start + note_offs);
in parse_build_id_buf()
33
ALIGN(sizeof("GNU"), 4) + sizeof(
Elf32_Nhdr
),
in parse_build_id_buf()
41
new_offs = note_offs + sizeof(
Elf32_Nhdr
) +
in parse_build_id_buf()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
trace_helpers.c
249
while (note_offs + sizeof(
Elf32_Nhdr
) < note_size) {
in parse_build_id_buf()
250
Elf32_Nhdr
*nhdr = (
Elf32_Nhdr
*)(note_start + note_offs);
in parse_build_id_buf()
256
ALIGN(sizeof("GNU"), 4) + sizeof(
Elf32_Nhdr
), nhdr->n_descsz);
in parse_build_id_buf()
261
note_offs = note_offs + sizeof(
Elf32_Nhdr
) +
in parse_build_id_buf()
/kernel/linux/linux-5.10/kernel/bpf/
H
A
D
stackmap.c
165
* 32-bit and 64-bit system, because
Elf32_Nhdr
and Elf64_Nhdr are
183
while (note_offs + sizeof(
Elf32_Nhdr
) < note_size) {
in stack_map_parse_build_id()
184
Elf32_Nhdr
*nhdr = (
Elf32_Nhdr
*)(note_start + note_offs);
in stack_map_parse_build_id()
192
ALIGN(sizeof("GNU"), 4) + sizeof(
Elf32_Nhdr
),
in stack_map_parse_build_id()
198
new_offs = note_offs + sizeof(
Elf32_Nhdr
) +
in stack_map_parse_build_id()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
elf.h
451
}
Elf32_Nhdr
;
typedef
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
elf.h
466
}
Elf32_Nhdr
;
typedef
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
elf.h
373
}
Elf32_Nhdr
;
typedef
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
elf.h
373
}
Elf32_Nhdr
;
typedef
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
elf.h
354
}
Elf32_Nhdr
;
typedef
/kernel/linux/linux-5.10/fs/proc/
H
A
D
vmcore.c
902
Elf32_Nhdr
*nhdr_ptr;
in update_note_header_size_elf32()
922
sz = sizeof(
Elf32_Nhdr
) +
in update_note_header_size_elf32()
931
nhdr_ptr = (
Elf32_Nhdr
*)((char*)nhdr_ptr + sz);
in update_note_header_size_elf32()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
vmcore.c
918
Elf32_Nhdr
*nhdr_ptr;
in update_note_header_size_elf32()
938
sz = sizeof(
Elf32_Nhdr
) +
in update_note_header_size_elf32()
947
nhdr_ptr = (
Elf32_Nhdr
*)((char*)nhdr_ptr + sz);
in update_note_header_size_elf32()
Completed in 17 milliseconds