OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arch_offset
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc
201
unsigned
arch_offset
= 0;
local
259
arch_offset
= fap->offset;
263
if (lseek(fd,
arch_offset
, SEEK_SET) == -1) {
275
if (lseek(fd,
arch_offset
, SEEK_SET) == -1) {
322
sa = stp->symoff +
arch_offset
;
324
ss = stp->stroff +
arch_offset
;
330
sa = N_SYMOFF(buf) +
arch_offset
;
331
ss = sa + buf.a_syms +
arch_offset
;
/external/valgrind/coregrind/m_ume/
macho.c
709
vki_off_t
arch_offset
;
local
741
arch_offset
= offset + sizeof(fh);
745
if (
arch_offset
+ sizeof(arch) > size) {
750
res = VG_(pread)(fd, &arch, sizeof(arch),
arch_offset
);
751
arch_offset
+= sizeof(arch);
754
arch.cputype, (ULong)
arch_offset
);
Completed in 779 milliseconds