Lines Matching refs:addr_t
112 ReadDYLDInfoFromMemoryAndSetNotificationCallback (lldb::addr_t addr);
127 ReadMachHeader (lldb::addr_t addr,
148 lldb::addr_t vmaddr;
149 lldb::addr_t vmsize;
150 lldb::addr_t fileoff;
151 lldb::addr_t filesize;
165 lldb::addr_t slide) const;
171 lldb::addr_t address; // Address of mach header for this dylib
172 …lldb::addr_t slide; // The amount to slide all segments by if there is a global sl…
173 lldb::addr_t mod_date; // Modification date for this dylib
263 lldb::addr_t dylib_info_addr; // Version >= 1
264 lldb::addr_t notification; // Version >= 1
267 lldb::addr_t dyldImageLoadAddress; // Version >= 2
347 AddModulesUsingImageInfosAddress (lldb::addr_t image_infos_addr, uint32_t image_infos_count);
353 RemoveModulesUsingImageInfosAddress (lldb::addr_t image_infos_addr, uint32_t image_infos_count);
361 ReadImageInfos (lldb::addr_t image_infos_addr,
367 lldb::addr_t m_dyld_all_image_infos_addr;