Lines Matching refs:Section
221 Section &Section::Append(Endianness endianness, size_t size, uint64_t number) {
227 Section &Section::Append(Endianness endianness, size_t size,
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) {
295 contents_.append(section.contents_);
296 for (vector<Reference>::const_iterator it = section.references_.begin();
297 it != section.references_.end(); it++)
303 Section &Section::LEB128(long long value) {
315 Section &Section::ULEB128(uint64_t value) {
324 Section &Section::Align(size_t alignment, uint8_t pad_byte) {
333 void Section::Clear() {
338 bool Section::GetContents(string *contents) {
340 // the section's contents.