/aosp_15_r20/external/llvm/test/Object/Inputs/COFF/ |
H A D | section-aux-symbol.yaml | 19 NumberOfRelocations: 1 31 NumberOfRelocations: 1 43 NumberOfRelocations: 1 55 NumberOfRelocations: 1 67 NumberOfRelocations: 0 79 NumberOfRelocations: 0 91 NumberOfRelocations: 0 103 NumberOfRelocations: 0 115 NumberOfRelocations: 1 127 NumberOfRelocations: 0 [all …]
|
H A D | i386.yaml | 45 NumberOfRelocations: 3 59 NumberOfRelocations: 0
|
H A D | x86-64.yaml | 54 NumberOfRelocations: 3 68 NumberOfRelocations: 0
|
/aosp_15_r20/external/llvm/test/Object/ |
H A D | obj2yaml-coff-section-aux-symbol.test | 11 COFF-I386-NEXT: NumberOfRelocations: 1 18 COFF-I386-NEXT: NumberOfRelocations: 1 25 COFF-I386-NEXT: NumberOfRelocations: 1 32 COFF-I386-NEXT: NumberOfRelocations: 1 39 COFF-I386-NEXT: NumberOfRelocations: 0 46 COFF-I386-NEXT: NumberOfRelocations: 0 53 COFF-I386-NEXT: NumberOfRelocations: 0 60 COFF-I386-NEXT: NumberOfRelocations: 0 67 COFF-I386-NEXT: NumberOfRelocations: 1 74 COFF-I386-NEXT: NumberOfRelocations: 0 [all …]
|
H A D | obj2yaml.test | 46 COFF-I386-NEXT: NumberOfRelocations: 3 59 COFF-I386-NEXT: NumberOfRelocations: 0 139 COFF-X86-64-NEXT: NumberOfRelocations: 3 152 COFF-X86-64-NEXT: NumberOfRelocations: 0
|
H A D | yaml2obj-coff-multi-doc.test | 33 NumberOfRelocations: 3 73 NumberOfRelocations: 3
|
/aosp_15_r20/build/soong/symbol_inject/ |
H A D | pe_test.go | 54 …fset: 0x600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 55 …t: 0x15f000, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 74 …fset: 0x600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 75 …set: 0x2400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 92 …fset: 0x600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 93 …set: 0x2400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 94 …set: 0x2600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 112 …fset: 0x600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 113 …set: 0x2400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe…
|
H A D | pe_symboldata_test.go | 37 …fset: 0x600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 38 …set: 0x2400, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 39 …set: 0x2600, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 40 …set: 0x2c00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 41 …set: 0x3000, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 42 …Offset: 0x0, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 43 …set: 0x3200, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 44 …set: 0x3a00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 45 …set: 0x3c00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… 46 …set: 0x3e00, PointerToRelocations: 0x0, PointerToLineNumbers: 0x0, NumberOfRelocations: 0x0, Numbe… [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/pe/ |
D | section.go | 24 NumberOfRelocations uint16 member 54 if sh.NumberOfRelocations <= 0 { 61 relocs := make([]Reloc, sh.NumberOfRelocations) 79 NumberOfRelocations uint16 member
|
/aosp_15_r20/external/cronet/build/toolchain/win/ |
H A D | ml.py | 74 'PointerToLineNumbers', 'H', 'NumberOfRelocations', 100 assert section_headers[debug_section_index].NumberOfRelocations == 0 193 for j in range(0, header.NumberOfRelocations): 226 if header.NumberOfRelocations: 238 if header.NumberOfRelocations:
|
/aosp_15_r20/external/angle/build/toolchain/win/ |
H A D | ml.py | 74 'PointerToLineNumbers', 'H', 'NumberOfRelocations', 100 assert section_headers[debug_section_index].NumberOfRelocations == 0 193 for j in range(0, header.NumberOfRelocations): 226 if header.NumberOfRelocations: 238 if header.NumberOfRelocations:
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | XCOFFEmitter.cpp | 101 InitSection.NumberOfRelocations = InitSection.Relocations.size(); in initRelocations() 105 CurrentOffset += InitSection.NumberOfRelocations * RelSize; in initRelocations() 459 W.write<uint32_t>(YamlSec.NumberOfRelocations in writeSectionHeader() 460 ? YamlSec.NumberOfRelocations in writeSectionHeader() 461 : DerivedSec.NumberOfRelocations); in writeSectionHeader() 475 W.write<uint16_t>(YamlSec.NumberOfRelocations in writeSectionHeader() 476 ? YamlSec.NumberOfRelocations in writeSectionHeader() 477 : DerivedSec.NumberOfRelocations); in writeSectionHeader()
|
H A D | COFFEmitter.cpp | 258 S.Header.NumberOfRelocations = 0xffff; in layoutCOFF() 261 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF() 481 << binary_le(S.Header.NumberOfRelocations) in writeCOFF() 569 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
|
/aosp_15_r20/external/llvm/test/tools/llvm-ar/Inputs/ |
H A D | coff.yaml | 27 NumberOfRelocations: 0 39 NumberOfRelocations: 0 51 NumberOfRelocations: 0
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 183 const uint32_t NumberOfRelocations = 3; in createImportDescriptor() local 193 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor() 212 u16(NumberOfRelocations), in createImportDescriptor() 222 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor() 238 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
|
H A D | XCOFFObjectFile.cpp | 585 // sections as their raw "NumberOfRelocations" field value. 591 if (Sec.NumberOfRelocations < RELOC_OVERFLOW) in getLogicalNumberOfRelocationEntries() 592 return Sec.NumberOfRelocations; in getLogicalNumberOfRelocationEntries() 595 Sec.NumberOfRelocations == SectionIndex) in getLogicalNumberOfRelocationEntries()
|
H A D | WindowsResource.cpp | 754 SectionOneHeader->NumberOfRelocations = Data.size(); in writeFirstSectionHeader() 772 SectionTwoHeader->NumberOfRelocations = 0; in writeSecondSectionHeader() 823 Aux->NumberOfRelocations = Data.size(); in writeSymbolTable() 842 Aux->NumberOfRelocations = 0; in writeSymbolTable()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 189 const uint32_t NumberOfRelocations = 3; in createImportDescriptor() local 199 NumberOfRelocations * sizeof(coff_relocation) + in createImportDescriptor() 218 u16(NumberOfRelocations), in createImportDescriptor() 228 NumberOfRelocations * sizeof(coff_relocation)), in createImportDescriptor() 244 const coff_relocation RelocationTable[NumberOfRelocations] = { in createImportDescriptor()
|
H A D | XCOFFObjectFile.cpp | 981 // sections as their raw "NumberOfRelocations" field value. 987 return Section.NumberOfRelocations; in getNumberOfRelocationEntries() 990 if (Section.NumberOfRelocations < XCOFF::RelocOverflow) in getNumberOfRelocationEntries() 991 return Section.NumberOfRelocations; in getNumberOfRelocationEntries() 994 Sec.NumberOfRelocations == SectionIndex) in getNumberOfRelocationEntries()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 538 W.write<uint16_t>(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 578 W.write<uint16_t>(S.NumberOfRelocations); in writeSectionHeaders() 916 // Signal overflow by setting NumberOfRelocations to max value. Actual in assignFileOffsets() 918 Sec->Header.NumberOfRelocations = 0xffff; in assignFileOffsets() 920 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets() 943 Aux.Aux.SectionDefinition.NumberOfRelocations = in assignFileOffsets() 944 Sec->Header.NumberOfRelocations; in assignFileOffsets()
|
/aosp_15_r20/external/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 573 writeLE16(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 596 writeLE16(S.NumberOfRelocations); in writeSectionHeader() 946 // Signal overflow by setting NumberOfRelocations to max value. Actual in writeObject() 948 Sec->Header.NumberOfRelocations = 0xffff; in writeObject() 950 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in writeObject() 973 Aux.Aux.SectionDefinition.NumberOfRelocations = in writeObject() 974 Sec->Header.NumberOfRelocations; in writeObject()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | WinCOFFObjectWriter.cpp | 530 W.write<uint16_t>(i.Aux.SectionDefinition.NumberOfRelocations); in WriteAuxiliarySymbols() 570 W.write<uint16_t>(S.NumberOfRelocations); in writeSectionHeaders() 976 // Signal overflow by setting NumberOfRelocations to max value. Actual in assignFileOffsets() 978 Sec->Header.NumberOfRelocations = 0xffff; in assignFileOffsets() 980 Sec->Header.NumberOfRelocations = Sec->Relocations.size(); in assignFileOffsets() 1003 Aux.Aux.SectionDefinition.NumberOfRelocations = in assignFileOffsets() 1004 Sec->Header.NumberOfRelocations; in assignFileOffsets()
|
/aosp_15_r20/external/llvm/tools/yaml2obj/ |
H A D | yaml2coff.cpp | 195 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF() 197 S.Header.NumberOfRelocations * COFF::RelocationSize; in layoutCOFF() 436 << binary_le(i->Header.NumberOfRelocations) in writeCOFF() 513 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | COFFEmitter.cpp | 264 S.Header.NumberOfRelocations = 0xffff; in layoutCOFF() 267 S.Header.NumberOfRelocations = S.Relocations.size(); in layoutCOFF() 488 << binary_le(i->Header.NumberOfRelocations) in writeCOFF() 578 << binary_le(i->SectionDefinition->NumberOfRelocations) in writeCOFF()
|
/aosp_15_r20/bootable/libbootloader/gbl/efi/arch/riscv64/ |
H A D | riscv64_efi_header.S | 146 .short 0 // support::ulittle16_t NumberOfRelocations; 166 .short 0 // support::ulittle16_t NumberOfRelocations;
|