Lines Matching refs:sect_offset
2837 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2847 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
2949 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2957 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
3015 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
3025 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
3152 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
3156 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
3232 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
3233 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
3253 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
3254 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
3442 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessPointerPointer() local
3443 uint64_t object_offset = Sec.offset + sect_offset; in GuessPointerPointer()
3534 static const char *get_symbol_64(uint32_t sect_offset, SectionRef S, in get_symbol_64() argument
3549 if (RelocOffset == sect_offset) { in get_symbol_64()
3592 static const char *get_symbol_32(uint32_t sect_offset, SectionRef S, in get_symbol_32() argument
3596 return get_symbol_64(sect_offset, S, info, n_value64, ReferenceValue); in get_symbol_32()
6839 uint64_t sect_offset = ReferencePC - sect_addr; in GuessLiteralPointer() local
6847 if (RelocOffset == sect_offset) { in GuessLiteralPointer()