Lines Matching refs:uint32_t
33 uint32_t ReserveSpace(uint32_t offset,
36 uint32_t ReserveSpaceEnd(uint32_t offset) override;
37 uint32_t WriteThunks(OutputStream* out, uint32_t offset) override;
39 uint32_t literal_offset,
40 uint32_t patch_offset,
41 uint32_t target_offset) override;
44 uint32_t patch_offset,
45 uint32_t target_offset) override;
48 uint32_t patch_offset) override;
51 uint32_t patch_offset) override;
53 uint32_t executable_offset) override;
56 static uint32_t PatchAuipc(uint32_t auipc, int32_t offset);
58 static void SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);
59 static uint32_t GetInsn(ArrayRef<const uint8_t> code, uint32_t offset);
61 uint32_t GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset);