| /external/llvm/test/ObjectYAML/MachO/ |
| D | sections.yaml | 43 reloff: 0x00000000 55 reloff: 0x00000000 67 reloff: 0x00000000 79 reloff: 0x00000000 91 reloff: 0x00000000 103 reloff: 0x00000000 127 reloff: 0x00000000 139 reloff: 0x00000000 151 reloff: 0x00000000 259 #CHECK: reloff: 0x00000000
|
| /external/llvm/test/tools/llvm-objdump/ARM/ |
| D | macho-private-headers.test | 27 CHECK: reloff 664 40 CHECK: reloff 0 53 CHECK: reloff 0 66 CHECK: reloff 0 79 CHECK: reloff 0 92 CHECK: reloff 0 161 EXE: reloff 0 174 EXE: reloff 0 187 EXE: reloff 0 200 EXE: reloff 0 [all …]
|
| /external/llvm/test/tools/llvm-objdump/X86/ |
| D | macho-private-headers.test | 49 CHECK: reloff 696 62 CHECK: reloff 0 75 CHECK: reloff 712 88 CHECK: reloff 0 157 EXE: reloff 0 170 EXE: reloff 0 183 EXE: reloff 0 196 EXE: reloff 0 209 EXE: reloff 0 222 EXE: reloff 0 [all …]
|
| /external/llvm/test/tools/llvm-objdump/AArch64/ |
| D | macho-private-headers.test | 27 CHECK: reloff 464 40 CHECK: reloff 0 114 EXE: reloff 0 127 EXE: reloff 0 140 EXE: reloff 0 153 EXE: reloff 0 166 EXE: reloff 0 191 EXE: reloff 0 204 EXE: reloff 0
|
| /external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/ |
| D | PatchInfoLinker.cpp | 224 unsigned RelOff = RI->getOffset(); in link() local 225 if (Start <= RelOff && RelOff < Offset) in link() 226 RI->setOffset(RelOff + Inserted); in link() 237 unsigned RelOff = RI->getOffset(); in link() local 238 if (Start <= RelOff && RelOff < Bin->getSize()) in link() 239 RI->setOffset(RelOff + Inserted); in link()
|
| /external/google-breakpad/src/common/mac/ |
| D | macho_utilities.cc | 136 s[i].reloff = ByteSwap(s[i].reloff); in breakpad_swap_section() 152 s[i].reloff = ByteSwap(s[i].reloff); in breakpad_swap_section_64()
|
| /external/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 260 IO.mapRequired("reloff", Section.reloff); in mapping() 424 IO.mapRequired("reloff", Section.reloff); in mapping() 439 IO.mapRequired("reloff", Section.reloff); in mapping()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 284 IO.mapRequired("reloff", Section.reloff); in mapping() 449 IO.mapRequired("reloff", Section.reloff); in mapping() 464 IO.mapRequired("reloff", Section.reloff); in mapping()
|
| D | MachOEmitter.cpp | 99 TempSec.reloff = Sec.reloff; in constructSection()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 337 IO.mapRequired("reloff", Section.reloff); in mapping() 503 IO.mapRequired("reloff", Section.reloff); in mapping() 518 IO.mapRequired("reloff", Section.reloff); in mapping()
|
| D | MachOEmitter.cpp | 116 TempSec.reloff = Sec.reloff; in constructSection() 411 ZeroToOffset(OS, Sec.reloff); in writeRelocations()
|
| /external/llvm/test/tools/llvm-ar/Inputs/ |
| D | macho.yaml | 30 reloff: 0x00000000
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
| D | MachOWriter.cpp | 123 if (S->RelOff) in totalSize() 124 Ends.push_back(S->RelOff + in totalSize() 227 Temp.reloff = Sec.RelOff; in writeSectionInLoadCommand() 264 memcpy(Buf->getBufferStart() + Sec->RelOff + in writeSections()
|
| D | MachOReader.cpp | 40 S.RelOff = Sec.reloff; in constructSectionCommon()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
| D | DebuggerSupportPlugin.cpp | 275 Sec.reloff = 0; in startSynthesis() 345 SecCmd.reloff = 0; in completeSynthesisAndRegister()
|
| /external/flatbuffers/java/src/main/java/com/google/flatbuffers/ |
| D | FlexBuffersBuilder.java | 580 int reloff = (int) (bb.writePosition() - val); in writeOffset() local 581 assert (byteWidth == 8 || reloff < 1L << (byteWidth * 8)); in writeOffset() 582 writeInt(reloff, byteWidth); in writeOffset()
|
| /external/llvm/include/llvm/Support/ |
| D | MachO.h | 553 uint32_t reloff; member 567 uint32_t reloff; member 1051 sys::swapByteOrder(sect.reloff); in swapStruct() 1063 sys::swapByteOrder(sect.reloff); in swapStruct()
|
| /external/llvm/tools/yaml2obj/ |
| D | yaml2macho.cpp | 102 TempSec.reloff = Sec.reloff; in constructSection()
|
| /external/llvm/tools/obj2yaml/ |
| D | macho2yaml.cpp | 61 TempSec.reloff = Sec.reloff; in constructSectionCommon()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | MachO.h | 553 uint32_t reloff; member 567 uint32_t reloff; member 1059 sys::swapByteOrder(sect.reloff); in swapStruct() 1071 sys::swapByteOrder(sect.reloff); in swapStruct()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | MachO.h | 560 uint32_t reloff; member 574 uint32_t reloff; member 1088 sys::swapByteOrder(sect.reloff); in swapStruct() 1100 sys::swapByteOrder(sect.reloff); in swapStruct()
|
| /external/llvm/include/llvm/ObjectYAML/ |
| D | MachOYAML.h | 32 llvm::yaml::Hex32 reloff; member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | MachOYAML.h | 37 llvm::yaml::Hex32 reloff; member
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
| D | MachOYAML.h | 52 llvm::yaml::Hex32 reloff; member
|
| /external/llvm/tools/llvm-readobj/ |
| D | MachODumper.cpp | 313 Section.RelocationTableOffset = Sect.reloff; in getSection() 325 Section.RelocationTableOffset = Sect.reloff; in getSection()
|