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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h637 LDSection& getGNUHashTab() { function in class:mcld::ELFFileFormat
642 const LDSection& getGNUHashTab() const { function in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp244 applyOne(0x6ffffef5, pFormat.getGNUHashTab().addr()); // DT_GNU_HASH
H A DGNULDBackend.cpp881 file_format->getGNUHashTab().setSize(gnuhash);
1200 pOutput.request(file_format->getGNUHashTab().offset(),
1201 file_format->getGNUHashTab().size());

Completed in 153 milliseconds