HomeSort by: relevance | last modified time | path
    Searched defs:cu_count (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-debug-names.c 78 uint32_t cu_count = 0; member in struct:mapped_debug_names_reader
487 map.cu_count = read_4_bytes (abfd, addr);
550 addr += map.cu_count * map.offset_size;
635 for (uint32_t i = 0; i < map.cu_count; ++i)
660 if (map.cu_count != nr_cus)
667 for (uint32_t i = 0; i < map.cu_count; ++i)
697 if (dwz_map.cu_count == 0)
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read-debug-names.c 78 uint32_t cu_count = 0; member in struct:mapped_debug_names_reader
487 map.cu_count = read_4_bytes (abfd, addr);
550 addr += map.cu_count * map.offset_size;
635 for (uint32_t i = 0; i < map.cu_count; ++i)
660 if (map.cu_count != nr_cus)
667 for (uint32_t i = 0; i < map.cu_count; ++i)
697 if (dwz_map.cu_count == 0)
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 923 uint32_t cu_count; local
925 (agent, HSA_AMD_AGENT_INFO_COMPUTE_UNIT_COUNT, &cu_count);
927 GCN_DEBUG ("HSA_AMD_AGENT_INFO_COMPUTE_UNIT_COUNT: %u\n", cu_count);
1156 uint32_t cu_count; local
1158 (agent->id, HSA_AMD_AGENT_INFO_COMPUTE_UNIT_COUNT, &cu_count);
1160 return cu_count;
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 933 uint32_t cu_count; local
935 (agent, HSA_AMD_AGENT_INFO_COMPUTE_UNIT_COUNT, &cu_count);
937 GCN_DEBUG ("HSA_AMD_AGENT_INFO_COMPUTE_UNIT_COUNT: %u\n", cu_count);
1142 uint32_t cu_count; local
1144 (agent->id, HSA_AMD_AGENT_INFO_COMPUTE_UNIT_COUNT, &cu_count);
1146 return cu_count;
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 150 static int cu_count = 0; variable
1746 nsets = cu_count;
11602 cu_count = nused;
12743 cu_count = 0;
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 147 static int cu_count = 0; variable
1745 nsets = cu_count;
11512 cu_count = nused;
12653 cu_count = 0;

Completed in 30 milliseconds