/aosp_15_r20/build/soong/symbol_inject/ |
H A D | macho_symboldata_test.go | 34 …, Addr: 0x100000f50, Size: 0x2e, Offset: 0xf50, Align: 0x4, Reloff: 0x0, Nreloc: 0x0, Flags: 0x800… 35 …", Addr: 0x100000f7e, Size: 0x6, Offset: 0xf7e, Align: 0x1, Reloff: 0x0, Nreloc: 0x0, Flags: 0x800… 36 …, Addr: 0x100000f84, Size: 0x1a, Offset: 0xf84, Align: 0x2, Reloff: 0x0, Nreloc: 0x0, Flags: 0x800… 37 …, Addr: 0x100000fa0, Size: 0x48, Offset: 0xfa0, Align: 0x2, Reloff: 0x0, Nreloc: 0x0, Flags: 0x0}}, 38 …, Addr: 0x100000fe8, Size: 0x18, Offset: 0xfe8, Align: 0x3, Reloff: 0x0, Nreloc: 0x0, Flags: 0x0}}, 39 … Addr: 0x100001000, Size: 0x10, Offset: 0x1000, Align: 0x3, Reloff: 0x0, Nreloc: 0x0, Flags: 0x6}}, 40 …, Addr: 0x100001010, Size: 0x8, Offset: 0x1010, Align: 0x3, Reloff: 0x0, Nreloc: 0x0, Flags: 0x7}}, 41 … Addr: 0x100001020, Size: 0x80, Offset: 0x1020, Align: 0x4, Reloff: 0x0, Nreloc: 0x0, Flags: 0x0}}, 69 …, Addr: 0x100000f30, Size: 0x4a, Offset: 0xf30, Align: 0x4, Reloff: 0x0, Nreloc: 0x0, Flags: 0x800… 70 …", Addr: 0x100000f7a, Size: 0x6, Offset: 0xf7a, Align: 0x1, Reloff: 0x0, Nreloc: 0x0, Flags: 0x800… [all …]
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/ |
H A D | macho-private-headers.test | 50 CHECK: nreloc 2 63 CHECK: nreloc 0 76 CHECK: nreloc 1 89 CHECK: nreloc 0 158 EXE: nreloc 0 171 EXE: nreloc 0 184 EXE: nreloc 0 197 EXE: nreloc 0 210 EXE: nreloc 0 223 EXE: nreloc 0 [all …]
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 28 CHECK: nreloc 5 41 CHECK: nreloc 0 54 CHECK: nreloc 0 67 CHECK: nreloc 0 80 CHECK: nreloc 0 93 CHECK: nreloc 0 162 EXE: nreloc 0 175 EXE: nreloc 0 188 EXE: nreloc 0 201 EXE: nreloc 0 [all …]
|
/aosp_15_r20/external/igt-gpu-tools/tests/i915/ |
H A D | gem_exec_big.c | 134 uint64_t n, nreloc = batch_size >> 12; in execN() local 136 gem_reloc = calloc(nreloc, sizeof(*gem_reloc)); in execN() 139 for (n = 0; n < nreloc; n++) { in execN() 140 gem_reloc[n].offset = reloc_ofs(n, nreloc); in execN() 155 gem_exec[0].relocation_count = nreloc; in execN() 169 igt_permute_array(gem_reloc, nreloc, xchg_reloc); in execN() 172 for (n = 0; n < nreloc; n++) { in execN() 178 for (n = 0; n < nreloc; n++) { in execN() 181 tmp = *(uint64_t *)(ptr+reloc_ofs(n, nreloc)); in execN() 183 gem_read(fd, handle, reloc_ofs(n, nreloc), &tmp, sizeof(tmp)); in execN() [all …]
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | sections.yaml | 44 nreloc: 0 56 nreloc: 0 68 nreloc: 0 80 nreloc: 0 92 nreloc: 0 104 nreloc: 0 128 nreloc: 0 140 nreloc: 0 152 nreloc: 0 260 #CHECK: nreloc: 0
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 28 CHECK: nreloc 3 41 CHECK: nreloc 0 115 EXE: nreloc 0 128 EXE: nreloc 0 141 EXE: nreloc 0 154 EXE: nreloc 0 167 EXE: nreloc 0 192 EXE: nreloc 0 205 EXE: nreloc 0
|
/aosp_15_r20/external/igt-gpu-tools/benchmarks/ |
H A D | gem_blt.c | 190 int fd, len, gen, size, nreloc; in run() local 211 nreloc = len > 56 ? 4 : 2; in run() 213 nreloc = len > 40 ? 4 : 2; in run() 221 exec[2].relocation_count = nreloc; in run() 253 reloc + nreloc * i); in run() 255 exec[2].relocation_count = nreloc * batch; in run()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loadmacho/ |
D | ldmacho.go | 98 nreloc uint32 member 237 s.nreloc = e4(p[52:]) 272 s.nreloc = e4(p[60:]) 318 if sect.rel != nil || sect.nreloc == 0 { 321 rel := make([]ldMachoRel, sect.nreloc) 323 buf, _, err := m.f.Slice(uint64(sect.nreloc * 8)) 327 for i := uint32(0); i < sect.nreloc; i++ { 711 for j := uint32(0); j < sect.nreloc; j++ {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/ |
D | file.go | 101 Nreloc uint32 member 412 sh.Nreloc = sh32.Nreloc 452 sh.Nreloc = sh64.Nreloc 530 if sh.Nreloc > 0 { 531 reldat, err := saferio.ReadDataAt(r, uint64(sh.Nreloc)*8, int64(sh.Reloff)) 539 sh.Relocs = make([]Reloc, sh.Nreloc)
|
D | macho.go | 241 Nreloc uint32 member 256 Nreloc uint32 member
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 261 IO.mapRequired("nreloc", Section.nreloc); in mapping() 425 IO.mapRequired("nreloc", Section.nreloc); in mapping() 440 IO.mapRequired("nreloc", Section.nreloc); in mapping()
|
/aosp_15_r20/external/google-breakpad/src/common/mac/ |
H A D | macho_utilities.cc | 137 s[i].nreloc = ByteSwap(s[i].nreloc); in breakpad_swap_section() 153 s[i].nreloc = ByteSwap(s[i].nreloc); in breakpad_swap_section_64()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/xcoff/ |
D | file.go | 26 Nreloc uint32 member 249 s.Nreloc = uint32(shdr.Snreloc) 261 s.Nreloc = shdr.Snreloc 403 c := saferio.SliceCap[Reloc](uint64(sect.Nreloc)) 405 return nil, fmt.Errorf("too many relocs (%d) for section %d", sect.Nreloc, sectNum) 411 for i := uint32(0); i < sect.Nreloc; i++ {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 285 IO.mapRequired("nreloc", Section.nreloc); in mapping() 450 IO.mapRequired("nreloc", Section.nreloc); in mapping() 465 IO.mapRequired("nreloc", Section.nreloc); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 338 IO.mapRequired("nreloc", Section.nreloc); in mapping() 504 IO.mapRequired("nreloc", Section.nreloc); in mapping() 519 IO.mapRequired("nreloc", Section.nreloc); in mapping()
|
/aosp_15_r20/external/elfutils/backends/ |
H A D | common-reloc.c | 69 #define nreloc \ macro 94 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0) in EBLHOOK() 106 return reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0; in EBLHOOK()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOReader.cpp | 41 S.NReloc = Sec.nreloc; in constructSectionCommon() 94 S.Relocations.reserve(S.NReloc); in extractSections() 110 assert(S.NReloc == S.Relocations.size() && in extractSections()
|
H A D | MachOWriter.cpp | 125 S->NReloc * sizeof(MachO::any_relocation_info)); in totalSize() 228 Temp.nreloc = Sec.NReloc; in writeSectionInLoadCommand()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/testdata/pe-llvm/ |
D | main.go | 33 // AUX scnlen 0x68 nreloc 1 nlnno 0 checksum 0x0 assoc 0 comdat 0 35 // AUX scnlen 0x18 nreloc 0 nlnno 0 checksum 0x0 assoc 0 comdat 0
|
/aosp_15_r20/external/llvm/test/Object/ |
H A D | objdump-symbol-table.test | 13 COFF-i386: AUX scnlen 0x24 nreloc 3 nlnno 0 checksum 0x0 assoc 1 comdat 0 15 COFF-i386: AUX scnlen 0xd nreloc 0 nlnno 0 checksum 0x0 assoc 2 comdat 0
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
D | objfile.go | 138 nreloc := uint32(0) 142 w.Uint32(nreloc) 143 nreloc += uint32(len(s.R)) 146 w.Uint32(nreloc)
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 554 uint32_t nreloc; member 568 uint32_t nreloc; member 1052 sys::swapByteOrder(sect.nreloc); in swapStruct() 1064 sys::swapByteOrder(sect.nreloc); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 554 uint32_t nreloc; member 568 uint32_t nreloc; member 1060 sys::swapByteOrder(sect.nreloc); in swapStruct() 1072 sys::swapByteOrder(sect.nreloc); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 561 uint32_t nreloc; member 575 uint32_t nreloc; member 1089 sys::swapByteOrder(sect.nreloc); in swapStruct() 1101 sys::swapByteOrder(sect.nreloc); in swapStruct()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | macho.go | 38 nreloc uint32 member 423 out.Write32(t.nreloc) 436 out.Write32(t.nreloc) 603 msect.nreloc = uint32(sect.Rellen / 8)
|