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:addralign
(Results
1 - 5
of
5
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
elf_compress.c
265
__libelf_decompress_elf (Elf_Scn *scn, size_t *size_out, size_t *
addralign
)
in __libelf_decompress_elf()
argument
300
*
addralign
= chdr.ch_addralign;
in __libelf_decompress_elf()
494
size_t size_out,
addralign
;
in elf_compress()
local
495
void *buf_out = __libelf_decompress_elf (scn, &size_out, &
addralign
);
in elf_compress()
501
scn->zdata_align =
addralign
;
in elf_compress()
H
A
D
libelfP.h
244
size_t zdata_align; /* If zdata_base != NULL, the
addralign
. */
583
size_t *size_out, size_t *
addralign
)
/third_party/elfutils/tests/
H
A
D
elfstrmerge.c
618
size_t
addralign
= newshdr.sh_addralign ?: 1;
in main()
local
619
last_offset = (last_offset +
addralign
- 1) & ~(
addralign
- 1);
in main()
/third_party/elfutils/src/
H
A
D
elfcompress.c
1125
size_t
addralign
= shdr->sh_addralign ?: 1;
in process_file()
local
1126
last_offset = (last_offset +
addralign
- 1) & ~(
addralign
- 1);
in process_file()
H
A
D
elflint.c
2615
TEST (
addralign
, 1);
in check_null()
Completed in 10 milliseconds