Searched refs:from_offset (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/llvm/clang/bindings/python/tests/cindex/ |
H A D | test_location.py | 73 offset_location = SourceLocation.from_offset(tu, file, 5)
|
/openbsd/gnu/llvm/clang/bindings/python/clang/ |
H A D | cindex.py | 260 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 D | elf32-xtensa.c | 4625 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 D | elf32-xtensa.c | 7661 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()
|