Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 9 of 9) sorted by relevance

/device/google/coral/json-c/
Dlibjson.c12 #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/
Dlibjson.c12 #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/
Dlibjson.c12 #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/
Dpostprocess.c307 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 …]
Dpostprocess_elf.c741 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/
Dmali_gralloc_formats.cpp78 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/
Dmali_gralloc_formats.cpp78 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/
Dtpm_key_blob_maker.cpp116 .parameters.symDetail.sym = { in ParentKey()
Dencrypted_serializable.cpp59 .parameters.symDetail.sym = { in CreateKey()