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_getshdrnum
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/
H
A
D
orc_dump.c
96
if (
elf_getshdrnum
(elf, &nr_sections)) {
in orc_dump()
97
WARN_ELF("
elf_getshdrnum
");
in orc_dump()
H
A
D
elf.h
17
# define
elf_getshdrnum
elf_getshnum
macro
H
A
D
elf.c
272
if (
elf_getshdrnum
(elf->elf, §ions_nr)) {
in read_sections()
273
WARN_ELF("
elf_getshdrnum
");
in read_sections()
/kernel/linux/linux-6.6/tools/objtool/
H
A
D
orc_dump.c
107
if (
elf_getshdrnum
(elf, &nr_sections)) {
in orc_dump()
108
WARN_ELF("
elf_getshdrnum
");
in orc_dump()
H
A
D
elf.c
315
if (
elf_getshdrnum
(elf->elf, §ions_nr)) {
in read_sections()
316
WARN_ELF("
elf_getshdrnum
");
in read_sections()
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H
A
D
elf.h
18
# define
elf_getshdrnum
elf_getshnum
macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H
A
D
libbpf.c
3399
* section. Since section count retrieved by
elf_getshdrnum
() does
in bpf_object__elf_collect()
3403
if (
elf_getshdrnum
(obj->efile.elf, &obj->efile.sec_cnt)) {
in bpf_object__elf_collect()
Completed in 21 milliseconds