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:elf_note
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/fs/
H
A
D
compat_binfmt_elf.c
31
#undef
elf_note
macro
37
#define
elf_note
elf32_note
macro
H
A
D
binfmt_elf.c
767
struct
elf_note
nhdr;
in parse_elf_properties()
1470
sz = sizeof(struct
elf_note
);
in notesize()
1479
struct
elf_note
en;
in writenote()
H
A
D
binfmt_elf_fdpic.c
1231
sz = sizeof(struct
elf_note
);
in notesize()
1242
struct
elf_note
en;
in writenote()
/kernel/linux/linux-5.10/include/linux/
H
A
D
elf.h
34
#define
elf_note
elf32_note
macro
46
#define
elf_note
elf64_note
macro
H
A
D
crash_core.h
10
#define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct
elf_note
), 4)
/kernel/linux/linux-6.6/fs/
H
A
D
compat_binfmt_elf.c
31
#undef
elf_note
macro
37
#define
elf_note
elf32_note
macro
H
A
D
binfmt_elf.c
770
struct
elf_note
nhdr;
in parse_elf_properties()
1471
sz = sizeof(struct
elf_note
);
in notesize()
1480
struct
elf_note
en;
in writenote()
H
A
D
binfmt_elf_fdpic.c
1212
sz = sizeof(struct
elf_note
);
in notesize()
1223
struct
elf_note
en;
in writenote()
/kernel/linux/linux-6.6/include/linux/
H
A
D
elf.h
44
#define
elf_note
elf32_note
macro
56
#define
elf_note
elf64_note
macro
H
A
D
crash_core.h
10
#define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct
elf_note
), 4)
/kernel/linux/linux-5.10/kernel/
H
A
D
crash_core.c
300
struct
elf_note
*note = (struct
elf_note
*)buf;
in append_elf_note()
316
memset(buf, 0, sizeof(struct
elf_note
));
in final_note()
386
struct
elf_note
n_hdr;
399
while (n_remain >= sizeof(struct
elf_note
)) {
in add_build_id_vmcoreinfo()
422
n_remain -= sizeof(struct
elf_note
) +
in add_build_id_vmcoreinfo()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H
A
D
coredump.c
36
total += sizeof(struct
elf_note
);
in spufs_ctx_note_size()
120
struct
elf_note
en;
in spufs_arch_write_note()
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/
H
A
D
coredump.c
36
total += sizeof(struct
elf_note
);
in spufs_ctx_note_size()
120
struct
elf_note
en;
in spufs_arch_write_note()
/kernel/linux/linux-5.10/fs/proc/
H
A
D
kcore.c
108
*notes_len = (4 * sizeof(struct
elf_note
) +
in get_kcore_size()
299
struct
elf_note
*note = (struct
elf_note
*)¬es[*i];
in append_kcore_note()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
kcore.c
107
*notes_len = (4 * sizeof(struct
elf_note
) +
in get_kcore_size()
298
struct
elf_note
*note = (struct
elf_note
*)¬es[*i];
in append_kcore_note()
/kernel/linux/linux-6.6/kernel/
H
A
D
crash_core.c
508
struct
elf_note
*note = (struct
elf_note
*)buf;
in append_elf_note()
524
memset(buf, 0, sizeof(struct
elf_note
));
in final_note()
Completed in 19 milliseconds