OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binary_size
(Results
1 - 6
of
6
) sorted by null
/bootable/recovery/minelf/
Retouch.h
42
int32_t
binary_size
,
Retouch.c
110
int32_t
binary_size
,
119
int32_t p_offs =
binary_size
-sizeof(prelink_info_t); // prelink_info_t
/external/llvm/include/llvm/Object/
YAML.h
80
ArrayRef<uint8_t>::size_type
binary_size
() const {
function in class:llvm::object::yaml::BinaryRef
/external/llvm/lib/Object/
YAML.cpp
53
if (
binary_size
() == 0) {
/external/llvm/tools/yaml2obj/
yaml2coff.cpp
132
if (i->SectionData.
binary_size
() > 0) {
133
i->Header.SizeOfRawData = i->SectionData.
binary_size
();
156
unsigned AuxBytes = i->AuxiliaryData.
binary_size
();
yaml2elf.cpp
323
SHeader.sh_size = Sec.Content.
binary_size
();
Completed in 282 milliseconds