Lines Matching refs:sect_offset

2641     uint32_t sect_offset = (Pc + Offset) - sect_addr;  in SymbolizerGetOpInfo()  local
2651 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
2753 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2761 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
2819 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2829 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
2956 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2960 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
3036 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
3037 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
3057 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
3058 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
3246 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessPointerPointer() local
3247 uint64_t object_offset = Sec.offset + sect_offset; in GuessPointerPointer()
3338 static const char *get_symbol_64(uint32_t sect_offset, SectionRef S, in get_symbol_64() argument
3353 if (RelocOffset == sect_offset) { in get_symbol_64()
3396 static const char *get_symbol_32(uint32_t sect_offset, SectionRef S, in get_symbol_32() argument
3400 return get_symbol_64(sect_offset, S, info, n_value64, ReferenceValue); in get_symbol_32()
6896 uint64_t sect_offset = ReferencePC - sect_addr; in GuessLiteralPointer() local
6904 if (RelocOffset == sect_offset) { in GuessLiteralPointer()