Lines Matching refs:sect_offset
2271 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2281 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
2388 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2396 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
2459 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2469 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
2598 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2602 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
2679 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
2680 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
2700 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
2701 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
2897 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessPointerPointer() local
2898 uint64_t object_offset = Sec.offset + sect_offset; in GuessPointerPointer()
2983 static const char *get_symbol_64(uint32_t sect_offset, SectionRef S, in get_symbol_64() argument
2998 if (RelocOffset == sect_offset) { in get_symbol_64()
3044 static const char *get_symbol_32(uint32_t sect_offset, SectionRef S, in get_symbol_32() argument
3048 return get_symbol_64(sect_offset, S, info, n_value64, ReferenceValue); in get_symbol_32()
6524 uint64_t sect_offset = ReferencePC - sect_addr; in GuessLiteralPointer() local
6532 if (RelocOffset == sect_offset) { in GuessLiteralPointer()