Home
last modified time | relevance | path

Searched refs:initSymValue (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp91 stub->initSymValue(), // value in create()
92 FragmentRef::Create(*stub, stub->initSymValue()), in create()
/frameworks/compile/mclinker/lib/Target/ARM/
DTHMToTHMStub.h49 uint64_t initSymValue() const;
DTHMToARMStub.h49 uint64_t initSymValue() const;
DTHMToTHMStub.cpp129 uint64_t THMToTHMStub::initSymValue() const in initSymValue() function in THMToTHMStub
DTHMToARMStub.cpp133 uint64_t THMToARMStub::initSymValue() const in initSymValue() function in THMToARMStub
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h91 virtual uint64_t initSymValue() const { return 0x0; } in initSymValue() function