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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h107 ResolveInfo::Type getSymType(uint8_t pInfo, uint16_t pShndx) const;
/frameworks/compile/mclinker/lib/LD/
H A DELFReaderIf.cpp33 /// getSymType
34 ResolveInfo::Type ELFReaderIF::getSymType(uint8_t pInfo, uint16_t pShndx) const function in class:ELFReaderIF
H A DELFReader.cpp117 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
678 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);

Completed in 133 milliseconds