Home | History | Annotate | Download | only in Commands

Lines Matching defs:load_addr

2855                                             addr_t load_addr = Args::StringToUInt64(load_addr_cstr, LLDB_INVALID_ADDRESS, 0, &success);
2869 if (target->GetSectionLoadList().SetSectionLoadAddress (section_sp, load_addr))
2871 result.AppendMessageWithFormat("section '%s' loaded at 0x%" PRIx64 "\n", sect_name, load_addr);