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:f_nscns
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/boot/
H
A
D
ecoff.h
10
uint16_t
f_nscns
; /* number of sections */
member
62
((FILHSZ + AOUTHSZ + (f).
f_nscns
* SCNHSZ + 7) & 0xfffffff8) : \
63
((FILHSZ + AOUTHSZ + (f).
f_nscns
* SCNHSZ + SCNROUND-1) & ~(SCNROUND-1)) ) )
H
A
D
elf2ecoff.c
224
f->
f_nscns
= swab16(f->
f_nscns
);
in convert_ecoff_filehdr()
441
efh.
f_nscns
= nosecs;
in main()
/kernel/linux/linux-6.6/arch/mips/boot/
H
A
D
ecoff.h
10
uint16_t
f_nscns
; /* number of sections */
member
62
((FILHSZ + AOUTHSZ + (f).
f_nscns
* SCNHSZ + 7) & 0xfffffff8) : \
63
((FILHSZ + AOUTHSZ + (f).
f_nscns
* SCNHSZ + SCNROUND-1) & ~(SCNROUND-1)) ) )
H
A
D
elf2ecoff.c
224
f->
f_nscns
= swab16(f->
f_nscns
);
in convert_ecoff_filehdr()
441
efh.
f_nscns
= nosecs;
in main()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
a.out.h
12
* The filhdr's "
f_nscns
" field contains the
19
__u16 f_magic,
f_nscns
;
member
90
(sizeof(struct exec) + (x).fh.
f_nscns
*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
a.out.h
12
* The filhdr's "
f_nscns
" field contains the
19
__u16 f_magic,
f_nscns
;
member
90
(sizeof(struct exec) + (x).fh.
f_nscns
*SCNHSZ + SCNROUND - 1) & ~(SCNROUND - 1))
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
hack-coff.c
55
nsect = get_16be(fhdr.
f_nscns
);
in main()
H
A
D
rs6000.h
15
char
f_nscns
[2]; /* number of sections */
member
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
hack-coff.c
55
nsect = get_16be(fhdr.
f_nscns
);
in main()
H
A
D
rs6000.h
15
char
f_nscns
[2]; /* number of sections */
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
coff.h
62
char
f_nscns
[2]; /* number of sections */
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
coff.h
62
char
f_nscns
[2]; /* number of sections */
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
coff.h
32
char
f_nscns
[2];
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
coff.h
32
char
f_nscns
[2];
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
coff.h
27
char
f_nscns
[2];
member
Completed in 9 milliseconds