Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/
H A Dtest_location.py73 offset_location = SourceLocation.from_offset(tu, file, 5)
/openbsd/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py260 def from_offset(tu, file, offset): member in SourceLocation
2981 return SourceLocation.from_offset(self, f, position)
3011 start_location = SourceLocation.from_offset(self, f,
3018 end_location = SourceLocation.from_offset(self, f, end_location)
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-xtensa.c4625 bfd_vma from_offset, source_address, dest_address; local
4633 from_offset = reloc[0].r_rel.target_offset;
4637 if (reloc[i].r_rel.target_offset != from_offset)
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-xtensa.c7661 bfd_vma from_offset, source_address, dest_address; in relocations_reach() local
7669 from_offset = reloc[0].r_rel.target_offset; in relocations_reach()
7673 if (reloc[i].r_rel.target_offset != from_offset) in relocations_reach()