Searched refs:SECTION_HEADER (Results 1 – 4 of 4) sorted by relevance
132 SECTION_HEADER = _SectionHeader() variable253 SECTION_HEADER.section_header_end)259 names_table_base = reader.read(SECTION_HEADER.section_offset,264 name_offset = reader.read(SECTION_HEADER.section_name_offset,269 reader.read(SECTION_HEADER.section_address, base),270 reader.read(SECTION_HEADER.section_offset, base),271 reader.read(SECTION_HEADER.section_size, base),
33 private static final byte SECTION_HEADER = 0; field in GzipSource39 private int section = SECTION_HEADER;72 if (section == SECTION_HEADER) { in read()
35 private static final byte SECTION_HEADER = 0; field in GzipSource41 private int section = SECTION_HEADER;74 if (section == SECTION_HEADER) { in read()
34 private var section = SECTION_HEADER61 if (section == SECTION_HEADER) { in read()209 private const val SECTION_HEADER: Byte = 0 constant