Home
last modified time | relevance | path

Searched refs:getSymDesc (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFReaderIf.cpp45 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const in getSymDesc() function in ELFReaderIF
68 return target().getSymDesc(pShndx); in getSymDesc()
DELFReader.cpp121 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput); in readSymbols()
490 result->setDesc(getSymDesc(st_shndx, pInput)); in readSignature()
646 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput); in readSymbols()
1011 result->setDesc(getSymDesc(st_shndx, pInput)); in readSignature()
/frameworks/compile/mclinker/include/mcld/LD/
DELFReaderIf.h107 ResolveInfo::Desc getSymDesc(uint16_t pShndx, const Input& pInput) const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.h89 ResolveInfo::Desc getSymDesc(uint16_t shndx) const in getSymDesc() function
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h280 virtual ResolveInfo::Desc getSymDesc(uint16_t pShndx) const { in getSymDesc() function