Searched refs:get_offset (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/clang/bindings/python/tests/cindex/ |
| H A D | test_type.py | 380 self.assertEqual(teststruct.type.get_offset(fields[0].spelling), a1) 381 self.assertEqual(teststruct.type.get_offset(fields[1].spelling), a2) 382 self.assertEqual(teststruct.type.get_offset(fields[2].spelling), a3) 383 self.assertEqual(teststruct.type.get_offset(fields[3].spelling), a4) 420 self.assertEqual(teststruct.type.get_offset("typeanon"), f1) 421 self.assertEqual(teststruct.type.get_offset("bariton"), bariton) 422 self.assertEqual(teststruct.type.get_offset("foo"), foo) 423 self.assertEqual(teststruct.type.get_offset("bar"), bar)
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | versados.c | 169 static int get_offset PARAMS ((int, unsigned char *)); 377 get_offset (len, ptr) in get_offset() function 427 dst_idx += get_offset (offsetlen, srcp); 432 int val = get_offset (offsetlen, srcp + esdids);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | versados.c | 336 get_offset (int len, unsigned char *ptr) in get_offset() function 383 dst_idx += get_offset (offsetlen, srcp); in process_otr() 388 int val = get_offset (offsetlen, srcp + esdids); in process_otr()
|
| /openbsd-src/sbin/disklabel/ |
| H A D | editor.c | 166 int get_offset(struct disklabel *, int); 840 if (get_offset(lp, partno) == 0 && in editor_add() 880 if (get_offset(lp, partno) == 0 && in editor_modify() 1575 get_offset(struct disklabel *lp, int partno) in get_offset() function
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 895 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_offset); in getOffset()
|
| /openbsd-src/gnu/llvm/clang/bindings/python/clang/ |
| H A D | cindex.py | 2447 def get_offset(self, fieldname): member in Type
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1992 | 4270 * stuff.c (main, get_offset): Replace use of sys_errlist with
|