Searched refs:getSymbolInfoWithoutLoading (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/ |
| H A D | rtl.cpp | 1673 int getSymbolInfoWithoutLoading(Elf *Elf, char *Base, const char *Symname, in getSymbolInfoWithoutLoading() function 1713 int getSymbolInfoWithoutLoading(char *Base, size_t ImgSize, const char *Symname, in getSymbolInfoWithoutLoading() function 1717 int Rc = getSymbolInfoWithoutLoading(Elf, Base, Symname, Res); in getSymbolInfoWithoutLoading() 1728 int Rc = getSymbolInfoWithoutLoading(Base, ImgSize, SymName, &SI); in interopGetSymbolInfo() 1758 int Rc = getSymbolInfoWithoutLoading( in getDeviceStateBytes() 1808 int Rc = getSymbolInfoWithoutLoading((char *)Image->ImageStart, ImgSize, in DeviceEnvironment() 1891 int Rc = getSymbolInfoWithoutLoading((char *)Data, Size, Sym, &SI); in imageContainsSymbol()
|