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_hdr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
linker.c
137
Elf64_Ehdr *
elf_hdr
;
member
319
linker->
elf_hdr
= elf64_newehdr(linker->elf);
in init_output_elf()
320
if (!linker->
elf_hdr
) {
in init_output_elf()
325
linker->
elf_hdr
->e_machine = EM_BPF;
in init_output_elf()
326
linker->
elf_hdr
->e_type = ET_REL;
in init_output_elf()
328
linker->
elf_hdr
->e_ident[EI_DATA] = ELFDATA2LSB;
in init_output_elf()
330
linker->
elf_hdr
->e_ident[EI_DATA] = ELFDATA2MSB;
in init_output_elf()
366
linker->
elf_hdr
->e_shstrndx = sec->sec_idx;
in init_output_elf()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
rt5677.c
817
Elf32_Ehdr *
elf_hdr
;
in rt5677_parse_and_load_dsp()
local
825
elf_hdr
= (Elf32_Ehdr *)buf;
in rt5677_parse_and_load_dsp()
829
if (strncmp(
elf_hdr
->e_ident, ELFMAG, sizeof(ELFMAG) - 1))
in rt5677_parse_and_load_dsp()
831
if (
elf_hdr
->e_ehsize != sizeof(Elf32_Ehdr))
in rt5677_parse_and_load_dsp()
833
if (
elf_hdr
->e_machine != EM_XTENSA)
in rt5677_parse_and_load_dsp()
836
if (len <
elf_hdr
->e_phoff)
in rt5677_parse_and_load_dsp()
838
pr_hdr = (Elf32_Phdr *)(buf +
elf_hdr
->e_phoff);
in rt5677_parse_and_load_dsp()
839
for (i = 0; i <
elf_hdr
->e_phnum; i++) {
in rt5677_parse_and_load_dsp()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt5677.c
815
Elf32_Ehdr *
elf_hdr
;
in rt5677_parse_and_load_dsp()
local
823
elf_hdr
= (Elf32_Ehdr *)buf;
in rt5677_parse_and_load_dsp()
827
if (strncmp(
elf_hdr
->e_ident, ELFMAG, sizeof(ELFMAG) - 1))
in rt5677_parse_and_load_dsp()
829
if (
elf_hdr
->e_ehsize != sizeof(Elf32_Ehdr))
in rt5677_parse_and_load_dsp()
831
if (
elf_hdr
->e_machine != EM_XTENSA)
in rt5677_parse_and_load_dsp()
834
if (len <
elf_hdr
->e_phoff)
in rt5677_parse_and_load_dsp()
836
pr_hdr = (Elf32_Phdr *)(buf +
elf_hdr
->e_phoff);
in rt5677_parse_and_load_dsp()
837
for (i = 0; i <
elf_hdr
->e_phnum; i++) {
in rt5677_parse_and_load_dsp()
Completed in 15 milliseconds