Home
last modified time | relevance | path

Searched refs:symbol_path (Results 1 – 3 of 3) sorted by relevance

/external/dtc/libfdt/
Dfdt_overlay.c356 const char *symbol_path; in overlay_fixup_one_phandle() local
365 symbol_path = fdt_getprop(fdt, symbols_off, label, in overlay_fixup_one_phandle()
367 if (!symbol_path) in overlay_fixup_one_phandle()
370 symbol_off = fdt_path_offset(fdt, symbol_path); in overlay_fixup_one_phandle()
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.mm262 NSString *symbol_path = [NSString stringWithFormat:@"/tmp/%s.%s.sym",
271 if ([[NSFileManager defaultManager] fileExistsAtPath:symbol_path]) {
274 GetFileModificationTime([symbol_path fileSystemRepresentation]);
297 std::fstream file([symbol_path fileSystemRepresentation],
313 module_file_map_[name] = [symbol_path fileSystemRepresentation];
/external/u-boot/scripts/dtc/libfdt/
Dfdt_overlay.c418 const char *symbol_path; in overlay_fixup_one_phandle() local
427 symbol_path = fdt_getprop(fdt, symbols_off, label, in overlay_fixup_one_phandle()
429 if (!symbol_path) in overlay_fixup_one_phandle()
432 symbol_off = fdt_path_offset(fdt, symbol_path); in overlay_fixup_one_phandle()