HomeSort by relevance Sort by last modified time
    Searched refs:section_type (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/driver/linkloader/include/impl/
ELFSymbol.hxx 138 unsigned section_type = (*header)[idx]->getType(); local
140 rsl_assert((section_type == SHT_PROGBITS ||
141 section_type == SHT_NOBITS) &&
144 if (section_type == SHT_NOBITS) {
  /external/qemu/
savevm.c 1098 uint8_t section_type; local
1117 while ((section_type = qemu_get_byte(f)) != QEMU_VM_EOF) {
1124 switch (section_type) {
1180 fprintf(stderr, "Unknown savevm section type %d\n", section_type);
    [all...]

Completed in 51 milliseconds