Searched defs:_base (Results 1 - 2 of 2) sorted by relevance

/external/llvm/test/MC/MachO/
H A Ddarwin-x86_64-diff-reloc-assign.s9 // 00000000 False long True SUB False _base
12 _base = . define
14 .long (0x2000) + _start_ap_2 - _base
/external/bison/lib/
H A Dstdio-impl.h36 struct { unsigned char *_base; int _size; } _bf; \
42 struct { unsigned char *_base; int _size; } _ub; \
46 struct { unsigned char *_base; int _size; } _lb; \
68 # define fp_ub ((struct __sfileext *) fp->_ext._base)->_ub
73 # define HASUB(fp) (fp_ub._base != NULL)
95 unsigned char *_base; \
108 # define _base __base macro

Completed in 66 milliseconds