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:phent
(Results
1 - 3
of
3
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
link_map.c
735
GElf_Xword
phent
= 0;
in dwfl_link_map_report()
758
phent
= val; \
in dwfl_link_map_report()
791
&& ((elfclass == ELFCLASS32 &&
phent
== sizeof (Elf32_Phdr))
in dwfl_link_map_report()
792
|| (elfclass == ELFCLASS64 &&
phent
== sizeof (Elf64_Phdr))))
in dwfl_link_map_report()
800
.d_size = phnum *
phent
,
in dwfl_link_map_report()
804
&in.d_size, phdr, phnum *
phent
,
in dwfl_link_map_report()
843
if (e_phnum != phnum || ehdr->e_phentsize !=
phent
)
in dwfl_link_map_report()
855
if (unlikely (phnum > SIZE_MAX /
phent
))
in dwfl_link_map_report()
860
in.d_size = phnum *
phent
;
in dwfl_link_map_report()
883
if (unlikely (phnum > SIZE_MAX /
phent
))
in dwfl_link_map_report()
731
GElf_Xword
phent
= 0;
dwfl_link_map_report()
local
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H
A
D
auxv.rs
201
let mut
phent
= 0;
in init_from_auxp()
variables
213
AT_PHENT =>
phent
= a_val as usize,
in init_from_auxp()
223
assert_eq!(
phent
, size_of::<Elf_Phdr>());
in init_from_auxp()
/third_party/musl/ldso/
H
A
D
dlstart.c
59
size_t
phent
= eh->e_phentsize;
in _dlstart_c()
local
61
ph = (void *)((size_t)ph +
phent
);
in _dlstart_c()
Completed in 3 milliseconds