reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 2209       strtab_addr = linkedit_load_addr + symtab_load_command.stroff -
 2300                   ReadMemory(process_sp, strtab_addr, strtab_data_byte_size));
 2354       if (strtab_addr == LLDB_INVALID_ADDRESS) {
 3701         const addr_t str_addr = strtab_addr + nlist.n_strx;