HomeSort by relevance Sort by last modified time
    Searched refs:section_base (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
firmware_volume.py 221 section_base = self.get_base() + 0x18;
225 section_base = int(section.get_base() + section.get_size())
228 if (section_base & 0x3) != 0:
229 section_base = section_base + 0x4 - (section_base & 0x3)
231 if section_base < self.get_base() + self.get_size():
232 return EfiFileSection(self.ec, section_base)
  /external/google-breakpad/src/common/dwarf/
bytereader-inl.h 147 inline void ByteReader::SetCFIDataBase(uint64 section_base,
149 section_base_ = section_base;
bytereader.h 233 // SECTION_BASE, and that the start of its buffer in our own memory
237 void SetCFIDataBase(uint64 section_base, const char *buffer_base);
  /external/autotest/client/cros/faft/utils/
saft_flashrom_util.py 118 for section_base, section_end in ost:
119 if section_base <= base or section_end + 1 < section_base:
121 section_base, section_end))
  /external/llvm/lib/Object/
MachOObjectFile.cpp 35 struct section_base { struct in namespace:__anon25596
    [all...]

Completed in 157 milliseconds