Lines Matching defs:pc_rel_addr
37 uint32_t eh_ptr_enc, addr_t pc_rel_addr, addr_t text_addr,
54 if (pc_rel_addr != LLDB_INVALID_ADDRESS)
55 baseAddress += pc_rel_addr;
355 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
357 m_cfi_data, &offset, arg_ptr_encoding, pc_rel_addr,
499 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
504 GetGNUEHPointer(m_cfi_data, &offset, cie->ptr_encoding, pc_rel_addr,
511 pc_rel_addr, text_addr, data_addr);
573 const lldb::addr_t pc_rel_addr = m_section_sp->GetFileAddress();
577 GetGNUEHPointer(m_cfi_data, &offset, cie->ptr_encoding, pc_rel_addr,
581 pc_rel_addr, text_addr, data_addr);
594 pc_rel_addr, text_addr, data_addr);