HomeSort by relevance Sort by last modified time
    Searched refs:getSymDesc (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 44 /// getSymDesc
45 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const
68 return target().getSymDesc(pShndx);
ELFReader.cpp 121 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput);
490 result->setDesc(getSymDesc(st_shndx, pInput));
646 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput);
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h 107 ResolveInfo::Desc getSymDesc(uint16_t pShndx, const Input& pInput) const;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 89 ResolveInfo::Desc getSymDesc(uint16_t shndx) const
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 280 virtual ResolveInfo::Desc getSymDesc(uint16_t pShndx) const {

Completed in 1317 milliseconds