HomeSort by relevance Sort by last modified time
    Searched refs:rinfo (Results 1 - 25 of 55) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/bfd/
mach-o-x86-64.c 221 bfd_mach_o_x86_64_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo)
223 rinfo->r_address = rel->address;
224 rinfo->r_scattered = 0;
228 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED;
229 rinfo->r_pcrel = 0;
230 rinfo->r_length = 2;
233 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_UNSIGNED;
234 rinfo->r_pcrel = 0;
235 rinfo->r_length = 3;
238 rinfo->r_type = BFD_MACH_O_X86_64_RELOC_SIGNED
    [all...]
mach-o-i386.c 196 bfd_mach_o_i386_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo)
198 rinfo->r_address = rel->address;
206 rinfo->r_scattered = 0;
207 rinfo->r_type = BFD_MACH_O_GENERIC_RELOC_VANILLA;
208 rinfo->r_pcrel = rel->howto->pc_relative;
209 rinfo->r_length = rel->howto->size; /* Correct in practice. */
212 rinfo->r_extern = 0;
213 rinfo->r_value =
218 rinfo->r_extern = 1;
219 rinfo->r_value = (*rel->sym_ptr_ptr)->udata.i
    [all...]
  /external/v8/src/heap/
remembered-set.h 271 static SlotCallbackResult UpdateCell(RelocInfo* rinfo, Callback callback) {
272 DCHECK(rinfo->rmode() == RelocInfo::CELL);
273 Object* cell = rinfo->target_cell();
277 rinfo->set_target_cell(reinterpret_cast<Cell*>(cell));
300 static SlotCallbackResult UpdateCodeTarget(RelocInfo* rinfo,
302 DCHECK(RelocInfo::IsCodeTarget(rinfo->rmode()));
303 Object* target = Code::GetCodeFromTargetAddress(rinfo->target_address());
307 rinfo->set_target_address(Code::cast(target)->instruction_start());
315 static SlotCallbackResult UpdateEmbeddedPointer(RelocInfo* rinfo,
317 DCHECK(rinfo->rmode() == RelocInfo::EMBEDDED_OBJECT)
    [all...]
incremental-marking-inl.h 30 void IncrementalMarking::RecordWriteIntoCode(Code* host, RelocInfo* rinfo,
33 RecordWriteIntoCodeSlow(host, rinfo, value);
code-stats.cc 158 DCHECK(it->rinfo()->rmode() == RelocInfo::COMMENT);
159 const char* tmp = reinterpret_cast<const char*>(it->rinfo()->data());
167 reinterpret_cast<const char*>(it->rinfo()->data());
168 const byte* prev_pc = it->rinfo()->pc();
175 if (it->rinfo()->rmode() == RelocInfo::COMMENT) {
177 reinterpret_cast<const char*>(it->rinfo()->data());
178 flat_delta += static_cast<int>(it->rinfo()->pc() - prev_pc);
183 prev_pc = it->rinfo()->pc();
204 if (it.rinfo()->rmode() == RelocInfo::COMMENT) {
205 delta += static_cast<int>(it.rinfo()->pc() - prev_pc)
    [all...]
objects-visiting-inl.h 227 Heap* heap, RelocInfo* rinfo) {
228 DCHECK(rinfo->rmode() == RelocInfo::EMBEDDED_OBJECT);
229 HeapObject* object = HeapObject::cast(rinfo->target_object());
230 Code* host = rinfo->host();
231 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, object);
243 RelocInfo* rinfo) {
244 DCHECK(rinfo->rmode() == RelocInfo::CELL);
245 Cell* cell = rinfo->target_cell();
246 Code* host = rinfo->host();
247 heap->mark_compact_collector()->RecordRelocSlot(host, rinfo, cell)
    [all...]
objects-visiting.h 366 INLINE(static void VisitEmbeddedPointer(Heap* heap, RelocInfo* rinfo));
367 INLINE(static void VisitCell(Heap* heap, RelocInfo* rinfo));
368 INLINE(static void VisitDebugTarget(Heap* heap, RelocInfo* rinfo));
369 INLINE(static void VisitCodeTarget(Heap* heap, RelocInfo* rinfo));
370 INLINE(static void VisitCodeAgeSequence(Heap* heap, RelocInfo* rinfo));
371 INLINE(static void VisitExternalReference(RelocInfo* rinfo)) {}
372 INLINE(static void VisitInternalReference(RelocInfo* rinfo)) {}
373 INLINE(static void VisitRuntimeEntry(RelocInfo* rinfo)) {}
mark-compact.cc 79 void VisitEmbeddedPointer(RelocInfo* rinfo) override {
80 DCHECK(rinfo->rmode() == RelocInfo::EMBEDDED_OBJECT);
81 if (!rinfo->host()->IsWeakObject(rinfo->target_object())) {
82 Object* p = rinfo->target_object();
87 void VisitCell(RelocInfo* rinfo) override {
88 Code* code = rinfo->host();
89 DCHECK(rinfo->rmode() == RelocInfo::CELL);
90 if (!code->IsWeakObject(rinfo->target_cell())) {
91 ObjectVisitor::VisitCell(rinfo);
    [all...]
incremental-marking.h 150 INLINE(void RecordWriteIntoCode(Code* host, RelocInfo* rinfo, Object* value));
155 void RecordWriteIntoCodeSlow(Code* host, RelocInfo* rinfo, Object* value);
incremental-marking.cc 84 RelocInfo rinfo(heap_->isolate(), pc, RelocInfo::CODE_TARGET, 0, host);
85 RecordWriteIntoCode(host, &rinfo, value);
95 RelocInfo rinfo(heap_->isolate(), pc, RelocInfo::CODE_TARGET, 0, host);
96 RecordWriteIntoCode(host, &rinfo, value);
111 void IncrementalMarking::RecordWriteIntoCodeSlow(Code* host, RelocInfo* rinfo,
115 heap_->mark_compact_collector()->RecordRelocSlot(host, rinfo, value);
    [all...]
  /external/v8/src/wasm/
wasm-code-specialization.cc 139 DCHECK(RelocInfo::IsCodeTarget(it.rinfo()->rmode()));
140 Code* code = Code::GetCodeFromTargetAddress(it.rinfo()->target_address());
150 it.rinfo()->set_target_address(new_code->instruction_start(),
188 RelocInfo::Mode mode = it.rinfo()->rmode();
192 it.rinfo()->update_wasm_memory_reference(old_mem_start, new_mem_start,
198 it.rinfo()->update_wasm_memory_size(old_mem_size, new_mem_size,
204 it.rinfo()->update_wasm_global_reference(
211 Code::GetCodeFromTargetAddress(it.rinfo()->target_address());
222 size_t offset = it.rinfo()->pc() - code->instruction_start();
236 it.rinfo()->set_target_address(new_code->instruction_start()
    [all...]
  /external/iw/
station.c 50 struct nlattr *rinfo[NL80211_RATE_INFO_MAX + 1]; local
59 if (nla_parse_nested(rinfo, NL80211_RATE_INFO_MAX,
65 if (rinfo[NL80211_RATE_INFO_BITRATE32])
66 rate = nla_get_u32(rinfo[NL80211_RATE_INFO_BITRATE32]);
67 else if (rinfo[NL80211_RATE_INFO_BITRATE])
68 rate = nla_get_u16(rinfo[NL80211_RATE_INFO_BITRATE]);
73 if (rinfo[NL80211_RATE_INFO_MCS])
75 " MCS %d", nla_get_u8(rinfo[NL80211_RATE_INFO_MCS]));
76 if (rinfo[NL80211_RATE_INFO_VHT_MCS])
78 " VHT-MCS %d", nla_get_u8(rinfo[NL80211_RATE_INFO_VHT_MCS]))
    [all...]
  /external/strace/
mtd.c 338 struct region_info_user rinfo; local
341 if (umove_or_printaddr(tcp, arg, &rinfo))
343 tprintf("{regionindex=%#x", rinfo.regionindex);
346 struct region_info_user rinfo; local
348 if (!syserror(tcp) && !umove(tcp, arg, &rinfo))
352 rinfo.offset,
353 rinfo.erasesize,
354 rinfo.numblocks);
  /external/v8/src/
disassembler.cc 113 } else if (it != NULL && !it->done() && it->rinfo()->pc() == pc &&
114 it->rinfo()->rmode() == RelocInfo::INTERNAL_REFERENCE) {
133 while (!it->done() && it->rinfo()->pc() < pc) {
134 if (RelocInfo::IsComment(it->rinfo()->rmode())) {
136 comments.Add(reinterpret_cast<const char*>(it->rinfo()->data()));
139 pcs.Add(it->rinfo()->pc());
140 rmodes.Add(it->rinfo()->rmode());
141 datas.Add(it->rinfo()->data());
262 if (RelocInfo::IsComment(it->rinfo()->rmode())) {
264 reinterpret_cast<const char*>(it->rinfo()->data()))
    [all...]
objects-debug.cc 741 it.rinfo()->Verify(isolate);
743 if (RelocInfo::IsGCRelocMode(it.rinfo()->rmode())) {
744 CHECK(it.rinfo()->pc() != last_gc_pc);
745 last_gc_pc = it.rinfo()->pc();
761 Object* obj = it.rinfo()->target_object();
1531 RelocInfo* rinfo = old_it.rinfo(); local
1539 RelocInfo* rinfo = new_it.rinfo(); local
    [all...]
assembler.cc 440 void RelocInfoWriter::Write(const RelocInfo* rinfo) {
441 RelocInfo::Mode rmode = rinfo->rmode();
445 DCHECK(rinfo->rmode() < RelocInfo::NUMBER_OF_MODES);
446 DCHECK(rinfo->pc() - last_pc_ >= 0);
448 uint32_t pc_delta = static_cast<uint32_t>(rinfo->pc() - last_pc_);
458 DCHECK_EQ(static_cast<int>(rinfo->data()), rinfo->data());
459 int id_delta = static_cast<int>(rinfo->data()) - last_id_;
469 last_id_ = static_cast<int>(rinfo->data());
471 DCHECK(rinfo->data() < (1 << kShortDataBits))
    [all...]
  /external/v8/src/snapshot/
serializer.cc 601 void Serializer::ObjectSerializer::VisitEmbeddedPointer(RelocInfo* rinfo) {
602 int skip = OutputRawData(rinfo->target_address_address(),
604 HowToCode how_to_code = rinfo->IsCodedSpecially() ? kFromCode : kPlain;
605 Object* object = rinfo->target_object();
608 bytes_processed_so_far_ += rinfo->target_address_size();
621 void Serializer::ObjectSerializer::VisitExternalReference(RelocInfo* rinfo) {
622 int skip = OutputRawData(rinfo->target_address_address(),
624 HowToCode how_to_code = rinfo->IsCodedSpecially() ? kFromCode : kPlain;
627 Address target = rinfo->target_external_reference();
630 bytes_processed_so_far_ += rinfo->target_address_size()
749 RelocInfo* rinfo = it.rinfo(); local
    [all...]
serializer.h 287 void VisitExternalReference(RelocInfo* rinfo) override;
288 void VisitInternalReference(RelocInfo* rinfo) override;
291 void VisitCell(RelocInfo* rinfo) override;
deserializer.h 69 void VisitRuntimeEntry(RelocInfo* rinfo) override { UNREACHABLE(); }