Home
last modified time | relevance | path

Searched full:nreloc (Results 1 – 25 of 73) sorted by relevance

123

/aosp_15_r20/build/soong/symbol_inject/
H A Dmacho_symboldata_test.go34 …, 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 Dmacho-private-headers.test50 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 Dmacho-private-headers.test28 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 Dgem_exec_big.c134 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 Dsections.yaml44 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 Dmacho-private-headers.test28 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 Dgem_blt.c190 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/
Dldmacho.go98 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/
Dfile.go101 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)
Dmacho.go241 Nreloc uint32 member
256 Nreloc uint32 member
/aosp_15_r20/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp261 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 Dmacho_utilities.cc137 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/
Dfile.go26 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 DMachOYAML.cpp285 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 DMachOYAML.cpp338 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 Dcommon-reloc.c69 #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 DMachOReader.cpp41 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 DMachOWriter.cpp125 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/
Dmain.go33 // 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 Dobjdump-symbol-table.test13 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/
Dobjfile.go138 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 DMachO.h554 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 DMachO.h554 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 DMachO.h561 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/
Dmacho.go38 nreloc uint32 member
423 out.Write32(t.nreloc)
436 out.Write32(t.nreloc)
603 msect.nreloc = uint32(sect.Rellen / 8)

123