OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptr64
(Results
1 - 10
of
10
) sorted by null
/external/qemu/elff/
dwarf_utils.cc
298
printf("
PTR64
) = x%08" PRIX64 "\n", attr_value->
ptr64
);
dwarf_defs.h
120
Elf_Xword
ptr64
;
member in union:Dwarf_Value::__anon13554
[
all
...]
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_utils.cc
298
printf("
PTR64
) = x%08" PRIX64 "\n", attr_value->
ptr64
);
dwarf_defs.h
120
Elf_Xword
ptr64
;
member in union:Dwarf_Value::__anon22161
/external/libffi/src/ia64/
ffi.c
40
typedef void *
PTR64
__attribute__((mode(DI)));
273
extern int ffi_call_unix (struct ia64_args *,
PTR64
, void (*)(void), UINT64);
321
stack->gp_regs[gpcount++] = (UINT64)(
PTR64
) *(void **)avalue[i];
435
tramp->fake_gp = (UINT64)(
PTR64
)codeloc;
unix.S
40
/* int ffi_call_unix (struct ia64_args *stack,
PTR64
rvalue,
/external/e2fsprogs/debugfs/
set_fields.c
261
__u64 *
ptr64
;
member in union:__anon7207
286
*u.
ptr64
= num;
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
669
const uint64_t *
Ptr64
= Val.getRawData();
678
c =
Ptr64
[i / 8] >> (8 * (i & 7));
680
c =
Ptr64
[(NumBytes - 1 - i) / 8] >> (8 * ((NumBytes - 1 - i) & 7));
[
all
...]
/external/clang/include/clang/Basic/
Attr.td
960
def
Ptr64
: InheritableAttr {
/prebuilts/sdk/tools/linux/
libclang.so
Completed in 1428 milliseconds