Home
last modified time | relevance | path

Searched refs:_prev (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas64/
Dgas-macho64.asm58 # r_type=X86_64_RELOC_SIGNED, r_length=2, r_extern=1, r_pcrel=1, r_symbolnum=_prev
60 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1.
69 # r_type=X86_64_RELOC_UNSIGNED,r_length=3,r_extern=1,r_pcrel=0, r_symbolnum= _prev
71 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1.
80 # r_type=X86_64_RELOC_SUBTRACTOR,r_length=3,r_extern=1,r_pcrel=0,r_symbolnum=_prev
83 # Assumes that _prev is the first nonlocal label 0x12 bytes
87 # r_type=X86_64_RELOC_SUBTRACTOR,r_length=3,r_extern=1,r_pcrel=0,r_symbolnum=_prev
90 # Assumes that _prev is the first nonlocal label 0x12 bytes before L1.
92 .quad L1 - _prev
95 # Assumes that _prev is the first nonlocal label 0x12 bytes before L
[all …]
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-reloc.s33 _prev: label
42 .quad L1 - _prev
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h619 TiXmlNode* PreviousSibling( const char *_prev ) { in PreviousSibling() argument
620 …return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->PreviousSibling( _prev ) … in PreviousSibling()
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h619 TiXmlNode* PreviousSibling( const char *_prev ) { in PreviousSibling() argument
620 …return const_cast< TiXmlNode* >( (const_cast< const TiXmlNode* >(this))->PreviousSibling( _prev ) … in PreviousSibling()
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c2505 # define COMPUTE(_prev, _here, _how, _off) \ in VG_() argument
2511 _prev = _here; break; \ in VG_()
2517 _prev = ML_(read_Addr)((void *)a); \ in VG_()
2521 _prev = cfa + (Word)_off; \ in VG_()
2530 _prev = evalCfiExpr(di->cfsi_exprs, _off, &eec, &ok ); \ in VG_()