Searched refs:sect_size (Results 1 – 1 of 1) sorted by relevance
643 uint32_t sect_size, uint64_t sect_addr, in DumpCstringSection() argument645 for (uint32_t i = 0; i < sect_size; i++) { in DumpCstringSection()652 for (; i < sect_size && sect[i] != '\0'; i++) in DumpCstringSection()654 if (i < sect_size && sect[i] == '\0') in DumpCstringSection()676 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral4Section() argument678 for (uint32_t i = 0; i < sect_size; i += sizeof(float)) { in DumpLiteral4Section()724 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral8Section() argument726 for (uint32_t i = 0; i < sect_size; i += sizeof(double)) { in DumpLiteral8Section()756 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral16Section() argument758 for (uint32_t i = 0; i < sect_size; i += 16) { in DumpLiteral16Section()[all …]