Lines Matching refs:sect_offset
2618 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2628 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
2730 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2738 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
2796 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2806 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
2933 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2937 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
3013 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
3014 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
3034 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
3035 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
3223 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessPointerPointer() local
3224 uint64_t object_offset = Sec.offset + sect_offset; in GuessPointerPointer()
3315 static const char *get_symbol_64(uint32_t sect_offset, SectionRef S, in get_symbol_64() argument
3330 if (RelocOffset == sect_offset) { in get_symbol_64()
3373 static const char *get_symbol_32(uint32_t sect_offset, SectionRef S, in get_symbol_32() argument
3377 return get_symbol_64(sect_offset, S, info, n_value64, ReferenceValue); in get_symbol_32()
6873 uint64_t sect_offset = ReferencePC - sect_addr; in GuessLiteralPointer() local
6881 if (RelocOffset == sect_offset) { in GuessLiteralPointer()