HomeSort by relevance Sort by last modified time
    Searched refs:signoff (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/debug/pe/
file.go 76 signoff := int64(binary.LittleEndian.Uint32(dosheader[0x3c:]))
78 r.ReadAt(sign[:], signoff)
82 base = signoff + 4
  /prebuilts/go/linux-x86/src/debug/pe/
file.go 76 signoff := int64(binary.LittleEndian.Uint32(dosheader[0x3c:]))
78 r.ReadAt(sign[:], signoff)
82 base = signoff + 4
  /device/linaro/bootloader/arm-trusted-firmware/
Makefile 82 CHECKPATCH_ARGS = --no-tree --no-signoff ${CHECK_IGNORE}
83 CHECKCODE_ARGS = --no-patch --no-tree --no-signoff ${CHECK_IGNORE}
  /tools/repohooks/tools/
checkpatch.pl 66 --no-signoff do not check for 'Signed-off-by' line
138 'signoff!' => \$chk_signoff,
    [all...]

Completed in 108 milliseconds