OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_offset
(Results
1 - 2
of
2
) sorted by null
/bionic/linker/
linker_phdr.cpp
611
size_t
match_offset
= 0;
variable
621
while (
match_offset
< size) {
623
while (
match_offset
< size &&
624
memcmp(mem_base +
match_offset
, file_base +
match_offset
, PAGE_SIZE) != 0) {
625
match_offset
+= PAGE_SIZE;
629
size_t mismatch_offset =
match_offset
;
636
if (mismatch_offset >
match_offset
) {
637
void* map = mmap(mem_base +
match_offset
, mismatch_offset -
match_offset
,
[
all
...]
/external/lldb/source/Symbol/
Symtab.cpp
866
addr_t
match_offset
;
member in struct:__anon29121
[
all
...]
Completed in 331 milliseconds