Lines Matching refs:sect_offset

1775     uint32_t sect_offset = (Pc + Offset) - sect_addr;  in SymbolizerGetOpInfo()  local
1786 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
1855 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
1864 if (RelocOffset == sect_offset) { in SymbolizerGetOpInfo()
1922 uint32_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
1934 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
2055 uint64_t sect_offset = (Pc + Offset) - sect_addr; in SymbolizerGetOpInfo() local
2061 return RelocOffset == sect_offset; in SymbolizerGetOpInfo()
2139 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
2140 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
2160 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessCstringPointer() local
2161 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer()
2366 uint64_t sect_offset = ReferenceValue - Sec.addr; in GuessPointerPointer() local
2367 uint64_t object_offset = Sec.offset + sect_offset; in GuessPointerPointer()
2455 get_symbol_64(uint32_t sect_offset, SectionRef S, DisassembleInfo *info, in get_symbol_64() argument
2471 if (RelocOffset == sect_offset) { in get_symbol_64()
2518 static const char *get_symbol_32(uint32_t sect_offset, SectionRef S, in get_symbol_32() argument
2522 return get_symbol_64(sect_offset, S, info, n_value64, ReferenceValue); in get_symbol_32()
5644 uint64_t sect_offset = ReferencePC - sect_addr; in GuessLiteralPointer() local
5653 if (RelocOffset == sect_offset) { in GuessLiteralPointer()