OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nfat_arch
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Host/macosx/
Symbols.cpp
152
const uint32_t
nfat_arch
= data.GetU32(&data_offset); // number of structs that follow
local
153
const uint32_t fat_header_and_arch_size = sizeof(struct fat_header) +
nfat_arch
* sizeof(struct fat_arch);
160
for (i=0; i<
nfat_arch
; i++)
[
all
...]
/external/llvm/include/llvm/Support/
MachO.h
916
uint32_t
nfat_arch
;
member in struct:llvm::MachO::fat_header
[
all
...]
Completed in 576 milliseconds