OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fh_be
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/
fixup_macho_loadcmds.c
172
const struct fat_header*
fh_be
= buf;
local
178
if (ntohl(
fh_be
->magic) == FAT_MAGIC)
244
{ struct fat_header*
fh_be
;
local
258
fh_be
= (struct fat_header *)ii->img;
259
fh.magic = ntohl(
fh_be
->magic);
260
fh.nfat_arch = ntohl(
fh_be
->nfat_arch);
270
for (f = 0, arch_be = (struct fat_arch *)(
fh_be
+1);
/external/valgrind/main/coregrind/m_debuginfo/
readmacho.c
121
const struct fat_header*
fh_be
= buf;
local
127
if (VG_(ntohl)(
fh_be
->magic) == FAT_MAGIC)
196
{ struct fat_header*
fh_be
;
local
212
fh_be
= (struct fat_header *)ii->img;
213
fh.magic = VG_(ntohl)(
fh_be
->magic);
214
fh.nfat_arch = VG_(ntohl)(
fh_be
->nfat_arch);
225
for (f = 0, arch_be = (struct fat_arch *)(
fh_be
+1);
[
all
...]
Completed in 1012 milliseconds