Searched refs:LengthOfSectionPortion (Results 1 – 9 of 9) sorted by relevance
91 # DEFAULT32-NEXT: LengthOfSectionPortion: 0x0141 LengthOfSectionPortion: [[LENOFSEC=<none>]]235 # NON-DEFAULT32-NEXT: LengthOfSectionPortion: 0x2319 # DEFAULT64-NEXT: LengthOfSectionPortion: 0x0364 LengthOfSectionPortion: [[LENOFSEC=<none>]]449 # NON-DEFAULT64-NEXT: LengthOfSectionPortion: 0x2
118 LengthOfSectionPortion: 2275 # SYMBOL32-NEXT: LengthOfSectionPortion: 0x2
124 LengthOfSectionPortion: 2296 # SYMBOL64-NEXT: LengthOfSectionPortion: 0x2
291 void writeSymbolAuxDwarfEntry(uint64_t LengthOfSectionPortion,718 uint64_t LengthOfSectionPortion, uint64_t NumberOfRelocEnt) { in writeSymbolAuxDwarfEntry() argument719 writeWord(LengthOfSectionPortion); in writeSymbolAuxDwarfEntry()
392 support::ubig32_t LengthOfSectionPortion;399 support::ubig64_t LengthOfSectionPortion;
169 Optional<uint32_t> LengthOfSectionPortion; member
606 W.write<uint64_t>(AuxSym.LengthOfSectionPortion.value_or(0)); in writeAuxSymbol()611 W.write<uint32_t>(AuxSym.LengthOfSectionPortion.value_or(0)); in writeAuxSymbol()
273 IO.mapOptional("LengthOfSectionPortion", AuxSym.LengthOfSectionPortion); in auxSymMapping()
367 W.printHex("LengthOfSectionPortion", AuxEntPtr->LengthOfSectionPortion); in printSectAuxEntForDWARF()