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:PT_GNU_STACK
(Results
1 - 25
of
25
) sorted by relevance
/third_party/rust/crates/rustix/src/backend/linux_raw/runtime/
H
A
D
tls.rs
28
PT_GNU_STACK
=> stack_size = phdr.p_memsz,
/third_party/elfutils/libebl/
H
A
D
eblsegmenttypename.c
64
else if (segment ==
PT_GNU_STACK
)
in ebl_segment_type_name()
/third_party/musl/porting/linux/user/src/env/
H
A
D
__init_tls.c
103
if (phdr->p_type ==
PT_GNU_STACK
&&
in static_init_tls()
/third_party/musl/src/env/
H
A
D
__init_tls.c
137
if (phdr->p_type ==
PT_GNU_STACK
&&
in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
H
A
D
__init_tls.c
130
if (phdr->p_type ==
PT_GNU_STACK
&&
in static_init_tls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
1031
PT_GNU_STACK
= 0x6474e551, // Indicates stack executability.
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
1202
PT_GNU_STACK
= 0x6474e551, // Indicates stack executability.
enumerator
/third_party/musl/porting/liteos_a/user/ldso/
H
A
D
dynlink.c
670
} else if (ph->p_type ==
PT_GNU_STACK
) {
in map_library()
1398
} else if (ph->p_type ==
PT_GNU_STACK
) {
in kernel_mapped_dso()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H
A
D
dynlink.c
670
} else if (ph->p_type ==
PT_GNU_STACK
) {
in map_library()
1397
} else if (ph->p_type ==
PT_GNU_STACK
) {
in kernel_mapped_dso()
/third_party/elfio/elfio/
H
A
D
elfio_dump.hpp
421
{
PT_GNU_STACK
, "GNU_STACK" },
H
A
D
elf_types.hpp
970
constexpr Elf_Word
PT_GNU_STACK
= 0X6474E551; // Stack flags
member
/third_party/musl/ldso/
H
A
D
dynlink.c
737
} else if (ph->p_type ==
PT_GNU_STACK
) {
in map_library()
1491
} else if (ph->p_type ==
PT_GNU_STACK
) {
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
606
#define
PT_GNU_STACK
0x6474e551
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
604
#define
PT_GNU_STACK
0x6474e551
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
604
#define
PT_GNU_STACK
0x6474e551
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
604
#define
PT_GNU_STACK
0x6474e551
macro
/third_party/musl/include/
H
A
D
elf.h
617
#define
PT_GNU_STACK
0x6474e551
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFYAML.cpp
55
ECase(
PT_GNU_STACK
);
in enumeration()
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
1473
} else if (ph->p_type ==
PT_GNU_STACK
) {
in map_library()
2520
} else if (ph->p_type ==
PT_GNU_STACK
) {
in kernel_mapped_dso()
4861
} else if (ph->p_type ==
PT_GNU_STACK
) {
in task_map_library()
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
1625
} else if (ph->p_type ==
PT_GNU_STACK
) {
in map_library()
2749
} else if (ph->p_type ==
PT_GNU_STACK
) {
in kernel_mapped_dso()
5231
} else if (ph->p_type ==
PT_GNU_STACK
) {
in task_map_library()
/third_party/elfutils/libelf/
H
A
D
elf.h
728
#define
PT_GNU_STACK
0x6474e551 /* Indicates stack executability */
macro
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
2118
pub const
PT_GNU_STACK
: u32 = 0x6474e551;
consts
/third_party/elfutils/src/
H
A
D
elflint.c
4520
&& phdr->p_type !=
PT_GNU_STACK
&& phdr->p_type != PT_GNU_RELRO
in check_program_header()
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2677
pub const
PT_GNU_STACK
: u32 = 0x6474e551;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1542
pub const
PT_GNU_STACK
: u32 = 0x6474e551;
consts
Completed in 137 milliseconds