OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fat_header
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm
406
COMPILE_ASSERT(sizeof(struct
fat_header
) % sizeof(uint32_t) == 0, struct_fat_header_must_be_integral_size_of_uint32_t);
407
archs = reinterpret_cast<struct fat_arch*>(rawData.data() + sizeof(struct
fat_header
) / sizeof(uint32_t));
408
numArchs = reinterpret_cast<struct
fat_header
*>(rawData.data())->nfat_arch;
410
unsigned maxArchs = (sizeInBytes - sizeof(struct
fat_header
)) / sizeof(struct fat_arch);
/external/valgrind/main/coregrind/
launcher-darwin.c
129
static int fat_has_cputype(struct
fat_header
*fh, cpu_type_t cputype)
170
struct
fat_header
*fh = (struct
fat_header
*)buf;
/external/valgrind/main/coregrind/m_debuginfo/
readmacho.c
121
const struct
fat_header
* fh_be = buf;
125
if (szB < sizeof(struct
fat_header
))
196
{ struct
fat_header
* fh_be;
197
struct
fat_header
fh;
206
if (ii->img_szB < sizeof(struct
fat_header
)) {
212
fh_be = (struct
fat_header
*)ii->img;
220
if (ii->img_szB < sizeof(struct
fat_header
)
264
vg_assert(ii->img_szB >= sizeof(struct
fat_header
));
[
all
...]
/external/llvm/include/llvm/Support/
MachO.h
608
struct
fat_header
{
struct in namespace:llvm::MachO
/external/valgrind/main/coregrind/m_ume/
macho.c
625
struct
fat_header
fh;
/external/webkit/Source/WebKit/mac/
ChangeLog
218
archs = (struct fat_arch*)((uint8_t*)rawData.data() + sizeof(struct
fat_header
));
224
Removed cast to (uint8_t*) and divide sizeof(struct
fat_header
)
[
all
...]
Completed in 500 milliseconds