Home
last modified time | relevance | path

Searched refs:memsz (Results 1 – 6 of 6) sorted by relevance

/third_party/elfio/tests/elf_examples/
Dwrite_exe_i386_32_work_dump.txt10 filesz 0x0000009d memsz 0x0000009d flags r-x
12 filesz 0x0000000e memsz 0x0000000e flags rw-
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrMVE.td5117 class MVE_VLDRSTR_cs<MVE_ldst_direction dir, MVE_memsz memsz, bit P, bit W,
5124 let Inst{8-7} = memsz.encoding;
5129 class MVE_VLDRSTR_cw<MVE_ldst_direction dir, MVE_memsz memsz, bit U,
5136 let Inst{19} = memsz.encoding{0}; // enough to tell 16- from 32-bit
5147 multiclass MVE_VLDRSTR_cw_m<MVE_ldst_direction dir, MVE_memsz memsz,
5149 let AM = memsz.AM in {
5151 dir, memsz, U, 1, 0, size,
5152 dir.Oops, !con(dir.Iops, (ins taddrmode_imm7<memsz.shift>:$addr)),
5156 dir, memsz, U, 1, 1, size,
5158 !con(dir.Iops, (ins taddrmode_imm7<memsz.shift>:$addr)),
[all …]
/third_party/elfutils/libdwfl/
Delf-from-memory.c246 GElf_Xword memsz = class32 ? (*p32)[i].p_memsz : (*p64)[i].p_memsz; in elf_from_remote_memory() local
267 segments_end_mem = offset + memsz; in elf_from_remote_memory()
Ddwfl_segment_report_module.c517 GElf_Xword memsz = is32 ? p32[i].p_memsz : p64[i].p_memsz; in dwfl_segment_report_module() local
649 GElf_Addr vaddr_end = (vaddr + memsz + align - 1) & -align; in dwfl_segment_report_module()
650 GElf_Addr filesz_vaddr = (filesz < memsz in dwfl_segment_report_module()
689 module_address_sync = vaddr + memsz; in dwfl_segment_report_module()
DChangeLog287 switch on class. Set new vaddr, memsz, offset and filesz
1465 segments_end_mem. Pass memsz to first handle_segment pass. Only
2576 with zero vaddr and memsz.
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h16020 size_t memsz; member