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_LOAD
(Results
1 - 25
of
64
) sorted by relevance
1
2
3
/third_party/elfutils/tests/
H
A
D
dwfl-report-segment-contiguous.c
48
.p_type =
PT_LOAD
,
in main()
65
.p_type =
PT_LOAD
,
in main()
H
A
D
showptable.c
81
[
PT_LOAD
] = "LOAD",
in main()
/third_party/elfio/examples/writer/
H
A
D
writer.cpp
79
text_seg->set_type(
PT_LOAD
);
in main()
102
data_seg->set_type(
PT_LOAD
);
in main()
/third_party/musl/src/ldso/arm/
H
A
D
find_exidx.c
20
case
PT_LOAD
:
in find_exidx()
/third_party/elfutils/libdwfl/
H
A
D
core-file.c
147
case
PT_LOAD
:
in dwfl_report_core_segments()
267
if (pphdr->p_type ==
PT_LOAD
)
in do_more()
307
while (phdr.p_type !=
PT_LOAD
in dwfl_elf_phdr_memory_callback()
492
/* First report each
PT_LOAD
segment. */
in dwfl_core_file_report()
H
A
D
elf-from-memory.c
53
PAGESIZE is the minimum page size and alignment used for the
PT_LOAD
146
PT_LOAD
segment). */
in elf_from_remote_memory()
218
/* Scan for
PT_LOAD
segments to find the total size of the file image. */
in elf_from_remote_memory()
242
if (type !=
PT_LOAD
)
in elf_from_remote_memory()
299
if (type !=
PT_LOAD
)
in elf_from_remote_memory()
335
/* This will normally have been in the first
PT_LOAD
segment. But it
in elf_from_remote_memory()
H
A
D
dwfl_report_elf.c
186
if (ph->p_type ==
PT_LOAD
)
in __libdwfl_elf_address_range()
209
if (ph->p_type ==
PT_LOAD
in __libdwfl_elf_address_range()
/third_party/libunwind/libunwind/src/coredump/
H
A
D
_UCD_get_mapinfo_linux.c
86
if (ui->phdrs[p].p_type ==
PT_LOAD
in _handle_file_note()
H
A
D
_UCD_create.c
193
if (cur->p_type ==
PT_LOAD
)
in _UCD_create()
/third_party/mesa3d/src/util/
H
A
D
build_id.c
65
if (info->dlpi_phdr[i].p_type ==
PT_LOAD
) {
in build_id_find_nhdr_callback()
/third_party/libunwind/libunwind/src/ia64/
H
A
D
Gfind_unwind_table.c
113
case
PT_LOAD
:
in ia64_find_unwind_table()
H
A
D
Gtables.c
497
if (phdr->p_type ==
PT_LOAD
)
in callback()
523
if (phdr->p_type ==
PT_LOAD
&& p_unwind->p_vaddr >= phdr->p_vaddr
in callback()
/third_party/musl/src/internal/linux/
H
A
D
vdso.c
80
if (ph->p_type ==
PT_LOAD
)
in __get_vdso_info()
/third_party/musl/porting/linux/user/src/internal/
H
A
D
vdso.c
80
if (ph->p_type ==
PT_LOAD
)
in __get_vdso_info()
/third_party/musl/src/internal/
H
A
D
vdso.c
53
if (ph->p_type ==
PT_LOAD
)
in __vdsosym()
/third_party/musl/porting/liteos_a/user/ldso/
H
A
D
dynlink.c
554
if (ph->p_type!=
PT_LOAD
) continue;
in reclaim_gaps()
677
if (ph->p_type !=
PT_LOAD
) continue;
in map_library()
697
if (ph->p_type !=
PT_LOAD
) continue;
in map_library()
758
if (ph->p_type !=
PT_LOAD
) continue;
in map_library()
778
if (next_ph->p_type !=
PT_LOAD
) {
in map_library()
1405
if (ph->p_type !=
PT_LOAD
) continue;
in kernel_mapped_dso()
1930
if (phdr->p_type ==
PT_LOAD
)
in __dls3()
2216
if (ph->p_type !=
PT_LOAD
) continue;
in addr2dso()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H
A
D
dynlink.c
554
if (ph->p_type!=
PT_LOAD
) continue;
in reclaim_gaps()
677
if (ph->p_type !=
PT_LOAD
) continue;
in map_library()
697
if (ph->p_type !=
PT_LOAD
) continue;
in map_library()
758
if (ph->p_type !=
PT_LOAD
) continue;
in map_library()
778
if (next_ph->p_type !=
PT_LOAD
) {
in map_library()
1404
if (ph->p_type !=
PT_LOAD
) continue;
in kernel_mapped_dso()
1929
if (phdr->p_type ==
PT_LOAD
)
in __dls3()
2215
if (ph->p_type !=
PT_LOAD
) continue;
in addr2dso()
/third_party/elfio/tests/
H
A
D
ELFIOTest1.cpp
169
text_seg->set_type(
PT_LOAD
);
in write_exe_i386()
189
data_seg->set_type(
PT_LOAD
);
in write_exe_i386()
549
text_seg->set_type(
PT_LOAD
);
in TEST()
/third_party/libunwind/libunwind/src/dwarf/
H
A
D
Gfind_proc_info-lsb.c
201
if (phdr[i].p_type ==
PT_LOAD
)
in load_debug_frame()
611
if (phdr->p_type ==
PT_LOAD
)
in dwarf_callback()
768
if (info->dlpi_phdr[n].p_type ==
PT_LOAD
)
in dwarf_callback()
H
A
D
Gfind_unwind_table.c
69
case
PT_LOAD
:
in dwarf_find_unwind_table()
/third_party/ltp/libs/libltpvdso/
H
A
D
parse_vdso.c
125
if (pt[i].p_type ==
PT_LOAD
&& !found_vaddr) {
in vdso_init_from_sysinfo_ehdr()
/third_party/musl/ldso/
H
A
D
dynlink.c
621
if (ph->p_type!=
PT_LOAD
) continue;
in reclaim_gaps()
744
if (ph->p_type !=
PT_LOAD
) continue;
in map_library()
764
if (ph->p_type !=
PT_LOAD
) continue;
in map_library()
825
if (ph->p_type !=
PT_LOAD
) continue;
in map_library()
846
if (next_ph->p_type !=
PT_LOAD
) {
in map_library()
1498
if (ph->p_type !=
PT_LOAD
) continue;
2031
if (phdr->p_type ==
PT_LOAD
)
2325
if (ph->p_type !=
PT_LOAD
) continue;
/third_party/node/src/large_pages/
H
A
D
node_large_page.cc
164
if (phdr->p_type ==
PT_LOAD
&& (phdr->p_flags & PF_X)) {
in FindMapping()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H
A
D
elf_mem_image.cc
161
link_base_ = ~0L; // Sentinel:
PT_LOAD
.p_vaddr can't possibly be this.
202
case
PT_LOAD
:
/third_party/rust/crates/rustix/src/backend/linux_raw/
H
A
D
vdso.rs
26
load_end: *const c_void, // the end of the `
PT_LOAD
` segment
99
if phdr.p_type ==
PT_LOAD
&& !found_vaddr {
in init_from_sysinfo_ehdr()
Completed in 23 milliseconds
1
2
3