Lines Matching refs:Section
221 Section &Section::Append(Endianness endianness, size_t size, uint64_t number) { in Append()
227 Section &Section::Append(Endianness endianness, size_t size, in Append()
249 Section &Section::e ## bits(uint ## bits ## _t v) { \
256 Section &Section::e ## bits(const Label &v) { \
275 Section &Section::D ## bits(uint ## bits ## _t v) { \
281 Section &Section::D ## bits(const Label &v) { \
293 Section &Section::Append(const Section §ion) { in Append()
303 Section &Section::LEB128(long long value) { in LEB128()
315 Section &Section::ULEB128(uint64_t value) { in ULEB128()
324 Section &Section::Align(size_t alignment, uint8_t pad_byte) { in Align()
333 void Section::Clear() { in Clear()
338 bool Section::GetContents(string *contents) { in GetContents()