7 #ifndef RETDEC_FILEFORMAT_TYPES_RELOCATION_TABLE_RELOCATION_H
8 #define RETDEC_FILEFORMAT_TYPES_RELOCATION_TABLE_RELOCATION_H
28 unsigned long long type = 0;
31 std::vector<std::uint8_t>
mask;
41 unsigned long long getType()
const;
42 std::vector<std::uint8_t>
getMask()
const;
47 void setName(std::string relocationName);
48 void setAddress(
unsigned long long relocationAddress);
52 void setAddend(
unsigned long long relocationAddend);
53 void setType(
unsigned long long relocationType);
54 void setMask(
const std::vector<std::uint8_t> &relocationMask);
Definition: archive_wrapper.h:19