Home
last modified time | relevance | path

Searched refs:sect_size (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-objdump/
DMachODump.cpp612 uint32_t sect_size, uint64_t sect_addr, in DumpCstringSection() argument
614 for (uint32_t i = 0; i < sect_size; i++) { in DumpCstringSection()
621 for (; i < sect_size && sect[i] != '\0'; i++) in DumpCstringSection()
623 if (i < sect_size && sect[i] == '\0') in DumpCstringSection()
645 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral4Section() argument
647 for (uint32_t i = 0; i < sect_size; i += sizeof(float)) { in DumpLiteral4Section()
689 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral8Section() argument
691 for (uint32_t i = 0; i < sect_size; i += sizeof(double)) { in DumpLiteral8Section()
721 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral16Section() argument
723 for (uint32_t i = 0; i < sect_size; i += 16) { in DumpLiteral16Section()
[all …]