Searched refs:SymbolNum (Results 1 – 5 of 5) sorted by relevance
192 void setPlainRelocationSymbolNum(unsigned SymbolNum, bool IsLittleEndian) { in setPlainRelocationSymbolNum() 193 assert(SymbolNum < (1 << 24) && "SymbolNum out of range"); in setPlainRelocationSymbolNum() 195 Info.r_word1 = (Info.r_word1 & ~0x00ffffff) | SymbolNum; in setPlainRelocationSymbolNum() 197 Info.r_word1 = (Info.r_word1 & ~0xffffff00) | (SymbolNum << 8); in setPlainRelocationSymbolNum()
258 const uint32_t SymbolNum = in setSymbolInRelocationInfo() 261 Reloc.Symbol = O.SymTable.getSymbolByIndex(SymbolNum); in setSymbolInRelocationInfo() 265 assert(SymbolNum >= 1 && SymbolNum <= Sections.size() && in setSymbolInRelocationInfo() 267 Reloc.Sec = Sections[SymbolNum - 1]; in setSymbolInRelocationInfo() 256 const uint32_t SymbolNum = setSymbolInRelocationInfo() local
256 const uint32_t SymbolNum = RelocInfo.Extern in writeSections() local259 RelocInfo.setPlainRelocationSymbolNum(SymbolNum, IsLittleEndian); in writeSections()
278 ELFSymbolRef toSymbolRef(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toSymbolRef() argument279 return ELFSymbolRef({toDRI(SymTable, SymbolNum), this}); in toSymbolRef()353 DataRefImpl toDRI(const Elf_Shdr *SymTable, unsigned SymbolNum) const { in toDRI() argument374 DRI.d.b = SymbolNum; in toDRI()
2985 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo() local2989 symbol_iterator RelocSymNext = info->O->getSymbolByIndex(SymbolNum); in SymbolizerGetOpInfo()