Searched defs:coff_base_reloc_block_entry (Results 1 – 7 of 7) sorted by relevance
616 struct coff_base_reloc_block_entry { struct617 support::ulittle16_t Data;618 int getType() const { return Data >> 12; } in getType()619 int getOffset() const { return Data & ((1 << 12) - 1); } in getOffset()
736 struct coff_base_reloc_block_entry { struct737 support::ulittle16_t Data;739 int getType() const { return Data >> 12; } in getType()740 int getOffset() const { return Data & ((1 << 12) - 1); } in getOffset()
713 struct coff_base_reloc_block_entry { struct714 support::ulittle16_t Data;716 int getType() const { return Data >> 12; } in getType()717 int getOffset() const { return Data & ((1 << 12) - 1); } in getOffset()
783 struct coff_base_reloc_block_entry { struct784 support::ulittle16_t Data;786 int getType() const { return Data >> 12; } in getType()787 int getOffset() const { return Data & ((1 << 12) - 1); } in getOffset()