/toolchain/binutils/binutils-2.25/bfd/ |
ecoffswap.h | 140 ecoff_swap_hdr_out (bfd *abfd, const HDRR *intern_copy, void * ext_ptr) 142 struct hdr_ext *ext = (struct hdr_ext *) ext_ptr; 250 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr) 252 struct fdr_ext *ext = (struct fdr_ext *) ext_ptr; 381 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) 383 struct pdr_ext *ext = (struct pdr_ext *) ext_ptr; 495 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr) 497 struct sym_ext *ext = (struct sym_ext *) ext_ptr; 584 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr) 586 struct ext_ext *ext = (struct ext_ext *) ext_ptr; [all...] |
ecoff.c | 3256 char *ext_ptr; local [all...] |
coff-mips.c | 274 void * ext_ptr, 277 const RELOC *ext = (RELOC *) ext_ptr; [all...] |
coff-alpha.c | 499 void * ext_ptr, 502 const RELOC *ext = (RELOC *) ext_ptr; [all...] |
/external/vulkan-validation-layers/demos/ |
vulkaninfo.c | 425 VkExtensionProperties *ext_ptr = NULL; local 433 if (ext_ptr) { 434 free(ext_ptr); 436 ext_ptr = malloc(ext_count * sizeof(VkExtensionProperties)); 438 &ext_count, ext_ptr); 443 *extension_properties = ext_ptr; 553 VkExtensionProperties *ext_ptr = NULL; local 561 if (ext_ptr) { 562 free(ext_ptr); 564 ext_ptr = malloc(ext_count * sizeof(VkExtensionProperties)) [all...] |
/external/pdfium/core/src/fxcodec/lgif/ |
fx_gif.cpp | 643 uint8_t* ext_ptr = NULL;
local 644 if (_gif_read_data(gif_ptr, &ext_ptr, 1) == NULL) {
647 switch (*ext_ptr) {
671 if (*ext_ptr == GIF_BLOCK_PTE) {
[all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.cc | 3126 Register ext_ptr = ToRegister(instr->elements()); local 4831 Register ext_ptr = ToRegister(instr->elements()); local [all...] |