Home
last modified time | relevance | path

Searched defs:RelocSize (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Delf.go210 RelocSize uint32 // size of an ELF relocation record, must match Reloc1. member
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/goobj/
Dobjfile.go391 const RelocSize = 4 + 1 + 2 + 8 + 8 const
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1930 unsigned RelocSize = 1 << Obj.getAnyRelocationLength(MachOReloc); in findValidRelocsMachO() local