MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / pos

Method pos

Bcore/src/main/cpp/Dobby/source/core/modules/assembler/assembler.cc:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 return near_link_pos_ > 0;
19}
20int Label::pos() const {
21 if (pos_ < 0)
22 return -pos_ - 1;
23 if (pos_ > 0)
24 return pos_ - 1;
25 return 0;
26}
27void Label::bind_to(int pos) {
28 pos_ = -pos - 1;
29}

Callers 8

bindMethod · 0.80
LdrMethod · 0.80
RelocBindFixupMethod · 0.80
LdrMethod · 0.80
T1_LdrMethod · 0.80
T2_LdrMethod · 0.80
RelocBindFixupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected