Home
last modified time | relevance | path

Searched defs:ptr_offset (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-mem-inst-handler.cc154 tree ptr_offset = build_int_cst (size_type_node, address_offset); in operator ()() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_utils.h185 #define ptr_offset(ptr, member) offsetof(typeof(*(ptr)), member) macro
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.c770 off_t ptr_offset; /* pointer to found record */ in cleanup_find_header_start() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpr.cc11910 constant_byte_string (tree arg, tree *ptr_offset, tree *mem_size, tree *decl, in constant_byte_string()
12231 string_constant (tree arg, tree *ptr_offset, tree *mem_size, tree *decl) in string_constant()
12241 byte_representation (tree arg, tree *ptr_offset, tree *mem_size, tree *decl) in byte_representation()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-nds32.c5948 unsigned int ptr_offset, hint_count, relax_code_size, count = 0; in nds32_elf_append_relax_relocs() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-nds32.c5949 unsigned int ptr_offset, hint_count, relax_code_size, count = 0; in nds32_elf_append_relax_relocs() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexpr.c11511 string_constant (tree arg, tree *ptr_offset, tree *mem_size, tree *decl) in string_constant()