Searched refs:sym (Results 1 – 9 of 9) sorted by relevance
/device/google/coral/json-c/ |
D | libjson.c | 12 #define __warn_references(sym,msg) \ argument 13 __asm__(".section .gnu" #sym ",\n\t.ascii \"" msg "\"\n\t.text"); 16 #define __warn_references(sym,msg) /* nothing */ argument
|
/device/google/bonito/json-c/ |
D | libjson.c | 12 #define __warn_references(sym,msg) \ argument 13 __asm__(".section .gnu" #sym ",\n\t.ascii \"" msg "\"\n\t.text"); 16 #define __warn_references(sym,msg) /* nothing */ argument
|
/device/google/crosshatch/json-c/ |
D | libjson.c | 12 #define __warn_references(sym,msg) \ argument 13 __asm__(".section .gnu" #sym ",\n\t.ascii \"" msg "\"\n\t.text"); 16 #define __warn_references(sym,msg) /* nothing */ argument
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 307 static uint8_t fixupAddress(uint32_t *addr, struct SymtabEntry *sym, bool debug) in fixupAddress() argument 312 (*addr) += sym->addr; in fixupAddress() 344 struct SymtabEntry *sym = &app->symtab[symIdx]; in relocDiag() local 345 ERR(" addr: %" PRIu32, sym->addr); in relocDiag() 352 struct SymtabEntry *sym, struct NanoRelocEntry *nanoReloc) in fixupReloc() argument 380 type = fixupAddress(addr, sym, app->debug); in fixupReloc() 384 if (sym->addr) { in fixupReloc() 388 type = fixupAddress(addr, sym, app->debug); in fixupReloc() 484 struct SymtabEntry *sym = &app.symtab[whichSym]; in handleApp() local 506 i, reloc->where, reloc->info & 0xff, whichSym, sym->addr, seg); in handleApp() [all …]
|
D | postprocess_elf.c | 741 uint32_t sym = ELF32_R_SYM(relocs[i].r_info); in genElfNanoRelocs() local 744 " --> 0x%08" PRIx32, i, relocs[i].r_offset, type, sym, in genElfNanoRelocs() 745 syms[sym].st_value); in genElfNanoRelocs()
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_formats.cpp | 78 void *sym = dlsym(dso_handle, MALI_GRALLOC_FORMATCAPS_SYM_NAME_STR); in get_block_capabilities() local 80 if (sym) in get_block_capabilities() 82 memcpy((void *)block_caps, sym, sizeof(mali_gralloc_format_caps)); in get_block_capabilities()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_formats.cpp | 78 void *sym = dlsym(dso_handle, MALI_GRALLOC_FORMATCAPS_SYM_NAME_STR); in get_block_capabilities() local 80 if (sym) in get_block_capabilities() 82 memcpy((void *)block_caps, sym, sizeof(mali_gralloc_format_caps)); in get_block_capabilities()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_key_blob_maker.cpp | 116 .parameters.symDetail.sym = { in ParentKey()
|
D | encrypted_serializable.cpp | 59 .parameters.symDetail.sym = { in CreateKey()
|