Searched refs:SymAddr (Results 1 – 3 of 3) sorted by relevance
171 void addIndirectSymAddr(void *SymAddr, intptr_t IndSymAddr) { in addIndirectSymAddr() argument172 Sym2IndirectSymMap.insert(std::make_pair(SymAddr, IndSymAddr)); in addIndirectSymAddr()
633 uint64_t SymAddr= Entry->Value; in sectionContainsSymbol() local634 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd); in sectionContainsSymbol()638 uint64_t SymAddr= Entry->Value; in sectionContainsSymbol() local639 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd); in sectionContainsSymbol()
1073 if (void *SymAddr = in emitGlobals() local1075 addGlobalMapping(I, SymAddr); in emitGlobals()