OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_new_stubs
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp
313
size_t&
num_new_stubs
,
348
++
num_new_stubs
;
366
size_t
num_new_stubs
= 0;
local
372
scanErrata(pModule, pBuilder,
num_new_stubs
, stubs_strlen);
416
++
num_new_stubs
;
472
if (
num_new_stubs
== 0) {
484
sizeof(llvm::ELF::Elf64_Sym) *
num_new_stubs
);
485
symtab.setInfo(symtab.getInfo() +
num_new_stubs
);
504
} // if (
num_new_stubs
== 0)
AArch64LDBackend.h
124
size_t&
num_new_stubs
,
Completed in 38 milliseconds