Home
last modified time | relevance | path

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

/external/llvm-project/lldb/examples/python/
Dmach_o.py591 self.file_off = 0
597 s = '%#8.8x: %s (' % (self.file_off, self.path)
608 self.file_off = data.tell()
614 self.file_off = self.file_off - 4
816 self.file_off = 0
831 return '%#8.8x: %s (%s)' % (self.file_off, self.path, self.arch)
835 self.file_off = data.tell()
841 self.file_off = self.file_off - 4
1111 symtab_offset = self.file_off
1204 self.file_off = o
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf.c4981 #define BPF_LINE_INFO_ENC(insn_off, file_off, line_off, line_num, line_col) \ argument
4982 (insn_off), (file_off), (line_off), ((line_num) << 10 | ((line_col) & 0x3ff))