Searched refs:branch32 (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86.cpp | 148 branch32, /// ex: call _foo enumerator 181 LLD_KIND_STRING_ENTRY(branch32), 217 { Reference::KindArch::x86, branch32, 6, 0 }, 236 return (ref.kindValue() == branch32); in isCallSite() 266 *kind = branch32; in getReferenceInfo() 273 *kind = branch32; in getReferenceInfo() 280 *kind = branch32; in getReferenceInfo() 448 case branch32: in applyFixupFinal() 493 case branch32: in applyFixupRelocatable() 568 case branch32: in appendSectionRelocations()
|
D | ArchHandler_x86_64.cpp | 209 branch32, /// ex: call _foo enumerator 265 LLD_KIND_STRING_ENTRY(branch32), 320 { Reference::KindArch::x86_64, branch32, 6, 0 }, 344 return (ref.kindValue() == branch32); in isCallSite() 363 return branch32; in kindFromReloc() 411 case branch32: in getReferenceInfo() 583 case branch32: in applyFixupFinal() 667 case branch32: in applyFixupRelocatable() 780 case branch32: in appendSectionRelocations()
|
/external/llvm-project/lld/test/darwin/ |
D | native-and-mach-o.objtxt | 18 kind: branch32
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | varint.int.h | 96 UPB_VARINT_DECODER_CHECK2(branch32, upb_vdecode_max8_branch32) in UPB_VARINT_DECODER_CHECK2() argument
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 6823 UPB_VARINT_DECODER_CHECK2(branch32, upb_vdecode_max8_branch32)
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 10123 UPB_VARINT_DECODER_CHECK2(branch32, upb_vdecode_max8_branch32)
|