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:lds_end_align
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_rtld.c
177
Elf_Scn *section, uint32_t *
lds_end_align
)
in read_private_lds_symbols()
223
*
lds_end_align
= MAX2(*
lds_end_align
, s.align);
in read_private_lds_symbols()
317
uint32_t
lds_end_align
= 0;
in ac_rtld_open()
local
381
if (!read_private_lds_symbols(binary, part_idx, section, &
lds_end_align
))
in ac_rtld_open()
403
if (
lds_end_align
) {
in ac_rtld_open()
404
binary->lds_size = align(binary->lds_size,
lds_end_align
);
in ac_rtld_open()
410
lds_end->align =
lds_end_align
;
in ac_rtld_open()
176
read_private_lds_symbols(struct ac_rtld_binary *binary, unsigned part_idx, Elf_Scn *section, uint32_t *
lds_end_align
)
read_private_lds_symbols()
argument
Completed in 3 milliseconds