Home
last modified time | relevance | path

Searched refs:section_base (Results 1 – 25 of 124) sorted by relevance

12345

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py214 section_base = self.get_base() + 0x18;
218 section_base = int(section.get_base() + section.get_size())
221 if (section_base & 0x3) != 0:
222 section_base = section_base + 0x4 - (section_base & 0x3)
224 if section_base < self.get_base() + self.get_size():
225 return EfiFileSection(self.ec, section_base)
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py214 section_base = self.get_base() + 0x18;
218 section_base = int(section.get_base() + section.get_size())
221 if (section_base & 0x3) != 0:
222 section_base = section_base + 0x4 - (section_base & 0x3)
224 if section_base < self.get_base() + self.get_size():
225 return EfiFileSection(self.ec, section_base)
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py214 section_base = self.get_base() + 0x18;
218 section_base = int(section.get_base() + section.get_size())
221 if (section_base & 0x3) != 0:
222 section_base = section_base + 0x4 - (section_base & 0x3)
224 if section_base < self.get_base() + self.get_size():
225 return EfiFileSection(self.ec, section_base)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py214 section_base = self.get_base() + 0x18;
218 section_base = int(section.get_base() + section.get_size())
221 if (section_base & 0x3) != 0:
222 section_base = section_base + 0x4 - (section_base & 0x3)
224 if section_base < self.get_base() + self.get_size():
225 return EfiFileSection(self.ec, section_base)
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py214 section_base = self.get_base() + 0x18;
218 section_base = int(section.get_base() + section.get_size())
221 if (section_base & 0x3) != 0:
222 section_base = section_base + 0x4 - (section_base & 0x3)
224 if section_base < self.get_base() + self.get_size():
225 return EfiFileSection(self.ec, section_base)
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py214 section_base = self.get_base() + 0x18;
218 section_base = int(section.get_base() + section.get_size())
221 if (section_base & 0x3) != 0:
222 section_base = section_base + 0x4 - (section_base & 0x3)
224 if section_base < self.get_base() + self.get_size():
225 return EfiFileSection(self.ec, section_base)
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py214 section_base = self.get_base() + 0x18;
218 section_base = int(section.get_base() + section.get_size())
221 if (section_base & 0x3) != 0:
222 section_base = section_base + 0x4 - (section_base & 0x3)
224 if section_base < self.get_base() + self.get_size():
225 return EfiFileSection(self.ec, section_base)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py214 section_base = self.get_base() + 0x18;
218 section_base = int(section.get_base() + section.get_size())
221 if (section_base & 0x3) != 0:
222 section_base = section_base + 0x4 - (section_base & 0x3)
224 if section_base < self.get_base() + self.get_size():
225 return EfiFileSection(self.ec, section_base)
/dports/sysutils/edk2/edk2-edk2-stable202102/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py214 section_base = self.get_base() + 0x18;
218 section_base = int(section.get_base() + section.get_size())
221 if (section_base & 0x3) != 0:
222 section_base = section_base + 0x4 - (section_base & 0x3)
224 if section_base < self.get_base() + self.get_size():
225 return EfiFileSection(self.ec, section_base)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/ArmPlatformPkg/Scripts/Ds5/
H A Dfirmware_volume.py241 section_base = self.get_base() + 0x18;
245 section_base = int(section.get_base() + section.get_size())
248 if (section_base & 0x3) != 0:
249 section_base = section_base + 0x4 - (section_base & 0x3)
251 if section_base < self.get_base() + self.get_size():
252 return EfiFileSection(self.ec, section_base)
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dm32r-rom.c83 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_load_section() local
91 fputs_filtered (paddress (target_gdbarch, section_base), gdb_stdout); in m32r_load_section()
94 monitor_printf ("%s mw\r", phex_nz (section_base, addr_size)); in m32r_load_section()
143 bfd_vma section_base = bfd_section_vma (abfd, s); in m32r_load()
150 fputs_filtered (paddress (target_gdbarch, section_base), gdb_stdout); in m32r_load()
153 monitor_printf ("%x mw\r", section_base); in m32r_load()
535 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_upload_command() local
543 fputs_filtered (paddress (target_gdbarch, section_base), in m32r_upload_command()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dm32r-rom.c77 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_load_section() local
84 print_address_numeric (section_base, 1, gdb_stdout); in m32r_load_section()
87 monitor_printf ("%s mw\r", paddr_nz (section_base)); in m32r_load_section()
136 bfd_vma section_base = bfd_section_vma (abfd, s); in m32r_load()
143 print_address_numeric (section_base, 1, gdb_stdout); in m32r_load()
146 monitor_printf ("%x mw\r", section_base); in m32r_load()
504 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_upload_command() local
511 print_address_numeric (section_base, 1, gdb_stdout); in m32r_upload_command()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dm32r-rom.c77 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_load_section() local
84 print_address_numeric (section_base, 1, gdb_stdout); in m32r_load_section()
87 monitor_printf ("%s mw\r", paddr_nz (section_base)); in m32r_load_section()
136 bfd_vma section_base = bfd_section_vma (abfd, s); in m32r_load()
143 print_address_numeric (section_base, 1, gdb_stdout); in m32r_load()
146 monitor_printf ("%x mw\r", section_base); in m32r_load()
504 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_upload_command() local
511 print_address_numeric (section_base, 1, gdb_stdout); in m32r_upload_command()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dm32r-rom.c84 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_load_section() local
92 fputs_filtered (paddress (target_gdbarch (), section_base), gdb_stdout); in m32r_load_section()
95 monitor_printf ("%s mw\r", phex_nz (section_base, addr_size)); in m32r_load_section()
145 bfd_vma section_base = bfd_section_vma (abfd, s); in m32r_load()
152 fputs_filtered (paddress (target_gdbarch (), section_base), gdb_stdout); in m32r_load()
155 monitor_printf ("%x mw\r", section_base); in m32r_load()
541 bfd_vma section_base = bfd_section_lma (abfd, s); in m32r_upload_command() local
548 fputs_filtered (paddress (target_gdbarch (), section_base), in m32r_upload_command()
/dports/devel/libdwarf/dwarf-20161124/libdwarf/
H A Ddwarf_macro5.c296 Dwarf_Small *section_base = 0; in _dwarf_get_macro_ops_count_internal() local
315 section_base = dbg->de_debug_macro.dss_data; in _dwarf_get_macro_ops_count_internal()
316 section_end = section_base + dbg->de_debug_macro.dss_size; in _dwarf_get_macro_ops_count_internal()
912 Dwarf_Small * section_base, in read_operands_table() argument
950 cur_offset = (local_size+ macro_data) - section_base; in read_operands_table()
994 cur_offset = (2 + macro_data) - section_base; in read_operands_table()
1243 Dwarf_Small *section_base = 0; in _dwarf_internal_macro_context_by_offset() local
1261 section_base = dbg->de_debug_macro.dss_data; in _dwarf_internal_macro_context_by_offset()
1269 macro_header = macro_offset + section_base; in _dwarf_internal_macro_context_by_offset()
1271 section_end = section_base +section_size; in _dwarf_internal_macro_context_by_offset()
[all …]
/dports/devel/dwarfdump/dwarf-20161124/libdwarf/
H A Ddwarf_macro5.c296 Dwarf_Small *section_base = 0; in _dwarf_get_macro_ops_count_internal() local
315 section_base = dbg->de_debug_macro.dss_data; in _dwarf_get_macro_ops_count_internal()
316 section_end = section_base + dbg->de_debug_macro.dss_size; in _dwarf_get_macro_ops_count_internal()
912 Dwarf_Small * section_base, in read_operands_table() argument
950 cur_offset = (local_size+ macro_data) - section_base; in read_operands_table()
994 cur_offset = (2 + macro_data) - section_base; in read_operands_table()
1243 Dwarf_Small *section_base = 0; in _dwarf_internal_macro_context_by_offset() local
1261 section_base = dbg->de_debug_macro.dss_data; in _dwarf_internal_macro_context_by_offset()
1269 macro_header = macro_offset + section_base; in _dwarf_internal_macro_context_by_offset()
1271 section_end = section_base +section_size; in _dwarf_internal_macro_context_by_offset()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/te/
H A Dte.c93 TE_DWord section_base; in r_bin_te_vaddr_to_paddr() local
97 section_base = bin->section_header[i].VirtualAddress; in r_bin_te_vaddr_to_paddr()
99 if (vaddr >= section_base && vaddr < section_base + section_size) { in r_bin_te_vaddr_to_paddr()
100 return bin->section_header[i].PointerToRawData + (vaddr - section_base); in r_bin_te_vaddr_to_paddr()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/arm/cpu/armv8/fsl-lsch3/
H A Dcpu.c160 u64 i, tbl_base, tbl_limit, section_base; in final_mmu_setup() local
214 section_base = FINAL_QBMAN_CACHED_MEM & ~(BLOCK_SIZE_L1 - 1); in final_mmu_setup()
215 i = section_base >> SECTION_SHIFT_L1; in final_mmu_setup()
217 section_l2 = section_base; in final_mmu_setup()
228 section_l2 = section_base + (i << SECTION_SHIFT_L2); in final_mmu_setup()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/common/dwarf/
H A Dbytereader-inl.h147 inline void ByteReader::SetCFIDataBase(uint64 section_base, in SetCFIDataBase() argument
149 section_base_ = section_base; in SetCFIDataBase()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/dwarf/
H A Dbytereader-inl.h147 inline void ByteReader::SetCFIDataBase(uint64 section_base, in SetCFIDataBase() argument
149 section_base_ = section_base; in SetCFIDataBase()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dbytereader-inl.h142 inline void ByteReader::SetCFIDataBase(uint64 section_base, in SetCFIDataBase() argument
144 section_base_ = section_base; in SetCFIDataBase()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dbytereader-inl.h142 inline void ByteReader::SetCFIDataBase(uint64 section_base, in SetCFIDataBase() argument
144 section_base_ = section_base; in SetCFIDataBase()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dbytereader-inl.h142 inline void ByteReader::SetCFIDataBase(uint64 section_base, in SetCFIDataBase() argument
144 section_base_ = section_base; in SetCFIDataBase()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/common/dwarf/
H A Dbytereader-inl.h142 inline void ByteReader::SetCFIDataBase(uint64 section_base, in SetCFIDataBase() argument
144 section_base_ = section_base; in SetCFIDataBase()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/common/dwarf/
H A Dbytereader-inl.h142 inline void ByteReader::SetCFIDataBase(uint64 section_base, in SetCFIDataBase() argument
144 section_base_ = section_base; in SetCFIDataBase()

12345