OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fat_header
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/main/coregrind/
fixup_macho_loadcmds.c
172
const struct
fat_header
* fh_be = buf;
176
if (szB < sizeof(struct
fat_header
))
244
{ struct
fat_header
* fh_be;
245
struct
fat_header
fh;
254
if (ii->img_szB < sizeof(struct
fat_header
))
258
fh_be = (struct
fat_header
*)ii->img;
266
if (ii->img_szB < sizeof(struct
fat_header
)
300
assert(ii->img_szB >= sizeof(struct
fat_header
));
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
626
struct
fat_header
{
struct in namespace:llvm::MachO
/external/valgrind/main/coregrind/m_ume/
macho.c
694
struct
fat_header
fh;
Completed in 118 milliseconds