OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_sym
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/LD/
Relocator.cpp
31
LDSymbol*
input_sym
= pReloc.symInfo()->outSymbol();
local
34
assert(
input_sym
->hasFragRef());
35
uint64_t offset =
input_sym
->fragRef()->getOutputOffset();
41
input_sym
->fragRef()->frag()->getParent()->getSection();
/frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp
482
LDSymbol*
input_sym
= addSymbolFromObject(name, pType, pDesc, pBind, pSize, pValue, frag, pVis);
local
483
pInput.context()->addSymbol(
input_sym
);
484
return
input_sym
;
539
LDSymbol*
input_sym
= LDSymbol::Create(*resolved_result.info);
local
540
input_sym
->setFragmentRef(pFragmentRef);
541
input_sym
->setValue(pValue);
552
output_sym =
input_sym
;
599
return
input_sym
;
641
LDSymbol*
input_sym
= LDSymbol::Create(*resolved_result.info);
local
642
input_sym
->setFragmentRef(FragmentRef::Null())
[
all
...]
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp
311
LDSymbol*
input_sym
= pReloc.symInfo()->outSymbol();
local
314
assert(
input_sym
->hasFragRef());
317
input_sym
->fragRef()->frag()->getParent()->getSection();
[
all
...]
Completed in 71 milliseconds