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:PN_XNUM
(Results
1 - 12
of
12
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
elf32_newphdr.c
99
/* Also clear any old
PN_XNUM
extended value. */
in ElfW2()
115
|| count ==
PN_XNUM
in ElfW2()
126
if (unlikely (count >=
PN_XNUM
&& scn0->shdr.ELFW(e,LIBELFBITS) == NULL))
in ElfW2()
146
if (count >=
PN_XNUM
)
in ElfW2()
156
elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum =
PN_XNUM
;
in ElfW2()
H
A
D
gelf_update_phdr.c
85
&& (elf->state.elf32.ehdr->e_phnum !=
PN_XNUM
in gelf_update_phdr()
122
&& (elf->state.elf64.ehdr->e_phnum !=
PN_XNUM
in gelf_update_phdr()
H
A
D
elf_getphdrnum.c
56
if (*dst ==
PN_XNUM
)
in __elf_getphdrnum_rdlock()
63
written without
PN_XNUM
support. Either that or it's bad data. */
in __elf_getphdrnum_rdlock()
H
A
D
elf.h
713
#define
PN_XNUM
0xffff
macro
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H
A
D
auxv.rs
339
if hdr.e_phnum ==
PN_XNUM
{
in check_elf_base()
/third_party/elfutils/src/
H
A
D
elflint.c
476
if (ehdr->e_phnum ==
PN_XNUM
)
in check_elf_header()
485
if (shdr->sh_info <
PN_XNUM
)
in check_elf_header()
3741
if (shdr->sh_info != 0 && ehdr->e_phnum !=
PN_XNUM
)
in check_sections()
H
A
D
readelf.c
1160
if (ehdr->e_phnum ==
PN_XNUM
)
in print_ehdr()
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
619
#define
PN_XNUM
0xffff
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
615
#define
PN_XNUM
0xffff
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
615
#define
PN_XNUM
0xffff
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
615
#define
PN_XNUM
0xffff
macro
/third_party/musl/include/
H
A
D
elf.h
631
#define
PN_XNUM
0xffff
macro
Completed in 79 milliseconds