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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_query.c 108 struct drm_i915_engine_info __user *info_ptr; local
132 info_ptr = &query_ptr->engines[0];
139 if (__copy_to_user(info_ptr, &info, sizeof(info)))
143 info_ptr++;
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
macro.c 585 const gdb_byte *info_ptr = (str_offsets_section->buffer local
600 ULONGEST str_offset = read_offset (abfd, info_ptr, offset_size);
read.c 603 const gdb_byte *info_ptr = nullptr; variable
971 const gdb_byte *info_ptr,
1046 const gdb_byte *info_ptr,
3330 const gdb_byte *info_ptr;
3335 info_ptr = section->buffer + to_underlying (sect_off);
3336 read_initial_length (abfd, info_ptr, &initial_length_size);
3338 info_ptr += initial_length_size;
3340 version = read_2_bytes (abfd, info_ptr);
3341 info_ptr += 2;
3345 info_ptr += 2
3326 const gdb_byte *info_ptr; local
3390 const gdb_byte *info_ptr, *end_ptr; local
3754 const gdb_byte *begin_info_ptr, *info_ptr; local
4244 const gdb_byte *begin_info_ptr, *info_ptr; local
5079 const gdb_byte *info_ptr; local
5588 const gdb_byte *info_ptr = reader.info_ptr; local
7903 const gdb_byte *info_ptr, *end_ptr; local
17138 const gdb_byte *info_ptr = section->buffer + to_underlying (header_offset); local
17227 const gdb_byte *info_ptr = section->buffer + start_offset; local
17292 const gdb_byte *info_ptr = section->buffer + start_offset; local
17718 const gdb_byte *info_ptr; local
17816 const gdb_byte *info_ptr; local
21305 const gdb_byte *info_ptr = reader.info_ptr; local
21761 const gdb_byte *info_ptr local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
macro.c 605 const gdb_byte *info_ptr = (str_offsets_section->buffer local
620 ULONGEST str_offset = read_offset (abfd, info_ptr, offset_size);
read.c 602 const gdb_byte *info_ptr = nullptr; variable
969 const gdb_byte *info_ptr,
1047 const gdb_byte *info_ptr,
3319 const gdb_byte *info_ptr;
3324 info_ptr = section->buffer + to_underlying (sect_off);
3325 read_initial_length (abfd, info_ptr, &initial_length_size);
3327 info_ptr += initial_length_size;
3329 version = read_2_bytes (abfd, info_ptr);
3330 info_ptr += 2;
3334 info_ptr += 2
3315 const gdb_byte *info_ptr; local
3379 const gdb_byte *info_ptr, *end_ptr; local
3743 const gdb_byte *begin_info_ptr, *info_ptr; local
4234 const gdb_byte *begin_info_ptr, *info_ptr; local
4989 const gdb_byte *info_ptr; local
5499 const gdb_byte *info_ptr = reader.info_ptr; local
7823 const gdb_byte *info_ptr, *end_ptr; local
16781 const gdb_byte *info_ptr = section->buffer + to_underlying (header_offset); local
16870 const gdb_byte *info_ptr = section->buffer + start_offset; local
16935 const gdb_byte *info_ptr = section->buffer + start_offset; local
17360 const gdb_byte *info_ptr; local
17458 const gdb_byte *info_ptr; local
20930 const gdb_byte *info_ptr = reader.info_ptr; local
21391 const gdb_byte *info_ptr local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 209 bfd_byte *info_ptr; member in struct:dwarf2_debug_file
283 /* Splay tree to map info_ptr address to compilation units. */
1406 bfd_byte *info_ptr; local
1426 info_ptr = file->dwarf_addr_buffer + offset;
1429 return bfd_get_32 (unit->abfd, info_ptr);
1431 return bfd_get_64 (unit->abfd, info_ptr);
1443 bfd_byte *info_ptr; local
1470 info_ptr = file->dwarf_str_offsets_buffer + offset;
1473 str_offset = bfd_get_32 (unit->abfd, info_ptr);
1475 str_offset = bfd_get_64 (unit->abfd, info_ptr);
3473 bfd_byte *info_ptr = NULL; local
3884 bfd_byte *info_ptr = unit->first_child_die_ptr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 209 bfd_byte *info_ptr; member in struct:dwarf2_debug_file
283 /* Splay tree to map info_ptr address to compilation units. */
1406 bfd_byte *info_ptr; local
1426 info_ptr = file->dwarf_addr_buffer + offset;
1429 return bfd_get_32 (unit->abfd, info_ptr);
1431 return bfd_get_64 (unit->abfd, info_ptr);
1443 bfd_byte *info_ptr; local
1470 info_ptr = file->dwarf_str_offsets_buffer + offset;
1473 str_offset = bfd_get_32 (unit->abfd, info_ptr);
1475 str_offset = bfd_get_64 (unit->abfd, info_ptr);
3473 bfd_byte *info_ptr = NULL; local
3884 bfd_byte *info_ptr = unit->first_child_die_ptr; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.cc 2100 v_info_ptr info_ptr = *(v_info_map.get (tvec)); local
2102 tree vec_type = info_ptr->vec_type;
2138 info_ptr = *(v_info_map.get (valid_vecs[i + 1]));
2139 gcc_assert (types_compatible_p (vec_type, info_ptr->vec_type));
2141 FOR_EACH_VEC_ELT (info_ptr->vec, j, elem)
2173 info_ptr = *(v_info_map.get (tvec));
2176 FOR_EACH_VEC_ELT (info_ptr->vec, j, elem)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 2096 v_info_ptr info_ptr = *(v_info_map.get (tvec)); local
2098 tree vec_type = info_ptr->vec_type;
2134 info_ptr = *(v_info_map.get (valid_vecs[i + 1]));
2135 gcc_assert (types_compatible_p (vec_type, info_ptr->vec_type));
2137 FOR_EACH_VEC_ELT (info_ptr->vec, j, elem)
2169 info_ptr = *(v_info_map.get (tvec));
2172 FOR_EACH_VEC_ELT (info_ptr->vec, j, elem)
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 209 bfd_byte *info_ptr; member in struct:dwarf2_debug_file
283 /* Splay tree to map info_ptr address to compilation units. */
1406 bfd_byte *info_ptr; local
1426 info_ptr = file->dwarf_addr_buffer + offset;
1429 return bfd_get_32 (unit->abfd, info_ptr);
1431 return bfd_get_64 (unit->abfd, info_ptr);
1443 bfd_byte *info_ptr; local
1470 info_ptr = file->dwarf_str_offsets_buffer + offset;
1473 str_offset = bfd_get_32 (unit->abfd, info_ptr);
1475 str_offset = bfd_get_64 (unit->abfd, info_ptr);
3473 bfd_byte *info_ptr = NULL; local
3884 bfd_byte *info_ptr = unit->first_child_die_ptr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 209 bfd_byte *info_ptr; member in struct:dwarf2_debug_file
283 /* Splay tree to map info_ptr address to compilation units. */
1409 bfd_byte *info_ptr; local
1429 info_ptr = file->dwarf_addr_buffer + offset;
1432 return bfd_get_32 (unit->abfd, info_ptr);
1434 return bfd_get_64 (unit->abfd, info_ptr);
1446 bfd_byte *info_ptr; local
1473 info_ptr = file->dwarf_str_offsets_buffer + offset;
1476 str_offset = bfd_get_32 (unit->abfd, info_ptr);
1478 str_offset = bfd_get_64 (unit->abfd, info_ptr);
3466 bfd_byte *info_ptr = NULL; local
3877 bfd_byte *info_ptr = unit->first_child_die_ptr; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 1003 frv_stack_t *info_ptr = &info;
1021 info_ptr->regs[STACK_REGS_GPR].name = "gpr";
1022 info_ptr->regs[STACK_REGS_GPR].first = LAST_ARG_REGNUM + 1;
1023 info_ptr->regs[STACK_REGS_GPR].last = GPR_LAST;
1024 info_ptr->regs[STACK_REGS_GPR].dword_p = TRUE;
1026 info_ptr->regs[STACK_REGS_FPR].name = "fpr";
1027 info_ptr->regs[STACK_REGS_FPR].first = FPR_FIRST;
1028 info_ptr->regs[STACK_REGS_FPR].last = FPR_LAST;
1029 info_ptr->regs[STACK_REGS_FPR].dword_p = TRUE;
1031 info_ptr->regs[STACK_REGS_LR].name = "lr"
998 frv_stack_t *info_ptr = &info; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 1002 frv_stack_t *info_ptr = &info;
1020 info_ptr->regs[STACK_REGS_GPR].name = "gpr";
1021 info_ptr->regs[STACK_REGS_GPR].first = LAST_ARG_REGNUM + 1;
1022 info_ptr->regs[STACK_REGS_GPR].last = GPR_LAST;
1023 info_ptr->regs[STACK_REGS_GPR].dword_p = TRUE;
1025 info_ptr->regs[STACK_REGS_FPR].name = "fpr";
1026 info_ptr->regs[STACK_REGS_FPR].first = FPR_FIRST;
1027 info_ptr->regs[STACK_REGS_FPR].last = FPR_LAST;
1028 info_ptr->regs[STACK_REGS_FPR].dword_p = TRUE;
1030 info_ptr->regs[STACK_REGS_LR].name = "lr"
997 frv_stack_t *info_ptr = &info; local
    [all...]

Completed in 77 milliseconds