Lines Matching refs:sect_offset
1722 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
1732 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
1805 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
1813 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
1876 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
1887 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
2016 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2021 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
2098 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
2099 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
2119 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
2120 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
2315 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessPointerPointer() local
2316 uint64_t object_offset = Sec.offset + sect_offset; in GuessPointerPointer()
2401 static const char *get_symbol_64(uint32_t sect_offset, SectionRef S, in get_symbol_64() argument
2416 if (RelocOffset == sect_offset) { in get_symbol_64()
2462 static const char *get_symbol_32(uint32_t sect_offset, SectionRef S, in get_symbol_32() argument
2466 return get_symbol_64(sect_offset, S, info, n_value64, ReferenceValue); in get_symbol_32()
5575 uint64_t sect_offset = ReferencePC - sect_addr; in GuessLiteralPointer() local
5583 if (RelocOffset == sect_offset) { in GuessLiteralPointer()