Searched refs:paddingSize (Results 1 – 3 of 3) sorted by relevance
867 int32_t paddingSize; in writeObjectCode() local1048 paddingSize=sectionHeaders32[4].sh_offset & 0xf; in writeObjectCode()1049 if(paddingSize!=0) { in writeObjectCode()1050 paddingSize=0x10-paddingSize; in writeObjectCode()1051 sectionHeaders32[4].sh_offset+=paddingSize; in writeObjectCode()1068 paddingSize=sectionHeaders64[4].sh_offset & 0xf; in writeObjectCode()1069 if(paddingSize!=0) { in writeObjectCode()1070 paddingSize=0x10-paddingSize; in writeObjectCode()1071 sectionHeaders64[4].sh_offset+=paddingSize; in writeObjectCode()1087 if(paddingSize!=0) { in writeObjectCode()[all …]
605 uint8_t paddingSize; in res_write() local639 paddingSize = calcPadding(*byteOffset); in res_write()640 if (paddingSize > 0) { in res_write()641 udata_writePadding(mem, paddingSize); in res_write()642 *byteOffset += paddingSize; in res_write()
1677 const int paddingSize = JumpPaddingSizes[jumpType]; in computeJumpType() local1682 …const uint16_t* jumpT1Location = reinterpret_cast<const uint16_t*>(from - (paddingSize - JumpSizes… in computeJumpType()1686 …const uint16_t* jumpT3Location = reinterpret_cast<const uint16_t*>(from - (paddingSize - JumpSizes… in computeJumpType()1693 … reinterpret_cast<const uint16_t*>(from - (paddingSize - JumpSizes[LinkConditionalJumpT4])); in computeJumpType()1700 …const uint16_t* jumpT2Location = reinterpret_cast<const uint16_t*>(from - (paddingSize - JumpSizes… in computeJumpType()1704 …const uint16_t* jumpT4Location = reinterpret_cast<const uint16_t*>(from - (paddingSize - JumpSizes… in computeJumpType()