require_relative "section"
module Elf
class NullSection < Section
def initialize
super('')
end
def write(io)
def type
Elf::Constants::SHT_NULL
def alignment
0