Home
last modified time | relevance | path

Searched refs:RelSource (Results 1 – 1 of 1) sorted by relevance

/dports/devel/objconv/objconv-2.52/source/
H A Ddisasm1.cpp1130 uint8_t * RelSource = Sections[Relocations[IRel].Section].Start + Relocations[IRel].Offset; in CheckRelocationTarget() local
1136 InlineA = *(int8_t*)RelSource; break; in CheckRelocationTarget()
1138 InlineA = *(int16_t*)RelSource; break; in CheckRelocationTarget()
1140 InlineA = *(int32_t*)RelSource; break; in CheckRelocationTarget()