Home
last modified time | relevance | path

Searched refs:getGNUHashTab (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h662 LDSection& getGNUHashTab() { in getGNUHashTab() function
667 const LDSection& getGNUHashTab() const { in getGNUHashTab() function
/frameworks/compile/mclinker/lib/Target/
DELFDynamic.cpp224 applyOne(llvm::ELF::DT_GNU_HASH, pFormat.getGNUHashTab().addr()); in applyEntries()
DGNULDBackend.cpp832 file_format->getGNUHashTab().setSize(gnuhash); in sizeNamePools()
1144 pOutput.request(file_format->getGNUHashTab().offset(), in emitGNUHashTab()
1145 file_format->getGNUHashTab().size()); in emitGNUHashTab()