Home
last modified time | relevance | path

Searched refs:mod_date (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/include/
H A Doasys.h58 char mod_date[12]; member
72 bfd_byte mod_date[12]; member
85 bfd_byte mod_date[12]; member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Doasys.h58 char mod_date[12]; member
72 bfd_byte mod_date[12]; member
85 bfd_byte mod_date[12]; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderDarwin.h104 lldb::addr_t mod_date = 0; member
131 mod_date = 0; in Clear()
145 mod_date == rhs.mod_date && file_spec == rhs.file_spec &&
H A DDynamicLoaderDarwin.cpp386 image_infos[i].mod_date = in JSONImageInformationIntoImageInfo()
814 LLDB_LOG(log, "modtime={0:x+8} uuid={1} path='{2}' (UNLOADED)", mod_date, in PutToLog()
818 address, mod_date, uuid.GetAsString(), file_spec.GetPath()); in PutToLog()
H A DDynamicLoaderMacOSXDYLD.cpp696 image_infos[i].mod_date = info_data_ref.GetAddress(&info_data_offset); in ReadImageInfos()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.h75 uint64_t mod_date; // may not be available - 0 if so member
80 : filename(), load_address(INVALID_NUB_ADDRESS), mod_date(0), in binary_image_information()
H A DMachProcess.mm928 image_info_dict_sp->AddIntegerItem("mod_date", image_infos[i].mod_date);
1006 // {void* load_addr, void* mod_date, void* pathname}
1046 info.mod_date = mod_date_32;
1060 info.mod_date = mod_date_64;
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dxsym.h193 unsigned long mod_date; member
H A Dxsym.c368 entry->filename.mod_date = bfd_getb32 (buf + 6); in bfd_sym_parse_file_references_table_entry_v32()
1325 fprintf (f, " (0x%lx)", entry->filename.mod_date); in bfd_sym_print_file_references_table_entry()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dxsym.h193 unsigned long mod_date; member
H A Dxsym.c389 entry->filename.mod_date = bfd_getb32 (buf + 6);
1399 fprintf (f, " (0x%lx)", entry->filename.mod_date);
/openbsd-src/gnu/llvm/lldb/docs/
H A Dlldb-gdb-remote.txt1951 // where the image_list_address is an array of {void* load_addr, void* mod_date, void* pathname}
1969 // STUB REPLIES: ${"images":[{"load_address":4294967296,"mod_date":0,"pathname":"/tmp/a.out","uuid…
1976 // "mod_date":0,