OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:begin_offset
(Results
1 - 4
of
4
) sorted by null
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h
54
// Records that the bytes in file_path beginning with
begin_offset
and ending
56
virtual void AddAnnotation(size_t
begin_offset
, size_t end_offset,
75
virtual void AddAnnotation(size_t
begin_offset
, size_t end_offset,
83
annotation->set_begin(
begin_offset
);
/frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp
426
uint32_t
begin_offset
= pArchive.getARFile().fileOffset() +
local
430
if ((
begin_offset
& 1) != 0x0)
431
++
begin_offset
;
432
begin_offset
+=
436
for (uint32_t offset =
begin_offset
; offset < end_offset;
/art/oatdump/
oatdump.cc
477
uintptr_t
begin_offset
= reinterpret_cast<uintptr_t>(oat_data) -
local
479
auto it = offsets_.upper_bound(
begin_offset
);
482
return end_offset -
begin_offset
;
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
arm.cc
[
all
...]
Completed in 190 milliseconds