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_NOTE
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/libunwind/libunwind/src/coredump/
H
A
D
_UCD_get_mapinfo_linux.c
120
if (phdrs[i].p_type ==
PT_NOTE
)
in _UCD_get_mapinfo()
H
A
D
_UCD_get_threadinfo_prstatus.c
81
* Depending on how the core file is created, there may be one
PT_NOTE
segment
82
* with multiple NT_PRSTATUS notes in it, or multiple
PT_NOTE
segments. Just to
83
* be safe, it's better to assume there are multiple
PT_NOTE
segments each with
94
if (phdrs[i].p_type ==
PT_NOTE
)
in _UCD_get_threadinfo()
/third_party/mesa3d/src/util/
H
A
D
build_id.c
75
if (info->dlpi_phdr[i].p_type !=
PT_NOTE
)
in build_id_find_nhdr_callback()
97
// .note.ohos.ident is not a valid
PT_NOTE
section, use offset in section header later
in build_id_find_nhdr_callback()
/third_party/elfutils/libdwelf/
H
A
D
dwelf_elf_gnu_build_id.c
87
if (likely (phdr != NULL) && phdr->p_type ==
PT_NOTE
)
in find_elf_build_id()
/third_party/elfutils/tests/
H
A
D
showptable.c
84
[
PT_NOTE
] = "NOTE",
in main()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H
A
D
postject-api.h
138
if (phdr->p_type !=
PT_NOTE
) {
in postject_find_resource()
/third_party/node/deps/postject/
H
A
D
postject-api.h
138
if (phdr->p_type !=
PT_NOTE
) {
in postject_find_resource()
/third_party/elfutils/libdwfl/
H
A
D
core-file.c
151
case
PT_NOTE
:
in dwfl_report_core_segments()
512
if (likely (notes_phdr.p_type ==
PT_NOTE
))
in dwfl_core_file_report()
514
/*
PT_NOTE
-> NT_AUXV -> AT_PHDR -> PT_DYNAMIC -> DT_DEBUG */
in dwfl_core_file_report()
H
A
D
linux-core-attach.c
357
if (phdr != NULL && phdr->p_type ==
PT_NOTE
)
in dwfl_core_file_attach()
H
A
D
dwfl_segment_report_module.c
527
else if (type ==
PT_NOTE
)
in dwfl_segment_report_module()
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
648
#define
PT_NOTE
4
macro
/third_party/elfio/elfio/
H
A
D
elfio_dump.hpp
416
{
PT_NOTE
, "NOTE" },
979
if (
PT_NOTE
== seg->get_type() ) { // Look at notes
in notes()
H
A
D
elf_types.hpp
964
constexpr Elf_Word
PT_NOTE
= 4;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H
A
D
Symbolize.cpp
297
if (P.p_type != ELF::
PT_NOTE
)
in getBuildID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELF.h
212
/// The program header must be of type \c
PT_NOTE
.
218
assert(Phdr.p_type == ELF::
PT_NOTE
&& "Phdr is not of type
PT_NOTE
");
in notes_begin()
221
Err = createError("
PT_NOTE
header has invalid offset (0x" +
in notes_begin()
256
/// The program header must be of type \c
PT_NOTE
.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
1016
PT_NOTE
= 4, // Auxiliary information.
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
1187
PT_NOTE
= 4, // Auxiliary information.
enumerator
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
599
#define
PT_NOTE
4
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
597
#define
PT_NOTE
4
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
597
#define
PT_NOTE
4
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
597
#define
PT_NOTE
4
macro
/third_party/musl/include/
H
A
D
elf.h
610
#define
PT_NOTE
4
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFYAML.cpp
50
ECase(
PT_NOTE
);
in enumeration()
/third_party/elfutils/src/
H
A
D
elflint.c
4545
else if (phdr->p_type ==
PT_NOTE
)
in check_program_header()
4734
|| (phdr->p_type !=
PT_NOTE
in check_program_header()
/third_party/elfutils/libelf/
H
A
D
elf.h
721
#define
PT_NOTE
4 /* Auxiliary information */
macro
Completed in 104 milliseconds
1
2