Home
last modified time | relevance | path

Searched refs:system_map (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/common/
Dkallsyms.c11 extern const char system_map[] __attribute__((weak));
29 sym = system_map; in symbol_lookup()
Dsystem_map.c8 const char const system_map[] = SYSTEM_MAP; variable
/external/u-boot/
DMakefile1342 quiet_cmd_smap = GEN common/system_map.o
1347 -c $(srctree)/common/system_map.c -o common/system_map.o
1353 $(call cmd,u-boot__) common/system_map.o
/external/kmod/tools/
Ddepmod.c2745 const char *system_map = NULL; in do_depmod() local
2791 system_map = optarg; in do_depmod()
2891 } else if (system_map != NULL) { in do_depmod()
2892 err = depmod_load_system_map(&depmod, system_map); in do_depmod()
2894 CRIT("could not load %s: %s\n", system_map, in do_depmod()