OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arch_be
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/
fixup_macho_loadcmds.c
263
struct fat_arch *
arch_be
;
local
270
for (f = 0,
arch_be
= (struct fat_arch *)(fh_be+1);
272
f++,
arch_be
++) {
281
arch.cputype = ntohl(
arch_be
->cputype);
282
arch.cpusubtype = ntohl(
arch_be
->cpusubtype);
283
arch.offset = ntohl(
arch_be
->offset);
284
arch.size = ntohl(
arch_be
->size);
/external/valgrind/main/coregrind/m_debuginfo/
readmacho.c
209
struct fat_arch
arch_be
;
local
211
ML_(img_get)(&
arch_be
, sli.img, arch_be_ioff, sizeof(
arch_be
));
213
arch.cputype = VG_(ntohl)(
arch_be
.cputype);
214
arch.cpusubtype = VG_(ntohl)(
arch_be
.cpusubtype);
215
arch.offset = VG_(ntohl)(
arch_be
.offset);
216
arch.size = VG_(ntohl)(
arch_be
.size);
[
all
...]
Completed in 485 milliseconds