/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/google/redbull/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/sunfish/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/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/cuttlefish/host/commands/secure_env/ |
D | primary_key_builder.cpp | 47 public_area_.parameters.symDetail.sym = (TPMT_SYM_DEF_OBJECT) { in ParentKey() 62 public_area_.unique.sym.size = data.size(); in UniqueData() 63 memcpy(&public_area_.unique.sym.buffer, data.data(), data.size()); in UniqueData()
|
D | encrypted_serializable.cpp | 62 .parameters.symDetail.sym = { in CreateKey()
|
/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/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/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 5974 vnc_key_event_ext(bool down, int sym, int keycode, const char *name) "down %d, sym 0x%x, keycode 0x… 5975 vnc_key_event_map(bool down, int sym, int keycode, const char *name) "down %d, sym 0x%x -> keycode … 6057 keymap_add(int sym, int code, const char *line) "sym=0x%04x code=0x%04x (line: %s)" 6058 keymap_unmapped(int sym) "sym=0x%04x"
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 5974 vnc_key_event_ext(bool down, int sym, int keycode, const char *name) "down %d, sym 0x%x, keycode 0x… 5975 vnc_key_event_map(bool down, int sym, int keycode, const char *name) "down %d, sym 0x%x -> keycode … 6057 keymap_add(int sym, int code, const char *line) "sym=0x%04x code=0x%04x (line: %s)" 6058 keymap_unmapped(int sym) "sym=0x%04x"
|