Home
last modified time | relevance | path

Searched refs:relocation (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/e2fsprogs/tests/progs/
Dtest_rel_cmds.ct8 # Block relocation table commands
11 request do_brel_ma_create, "Open a memory array block relocation table",
14 request do_brel_free, "Free a block relocation table",
17 request do_brel_put, "Add or modify a block relocation entry",
20 request do_brel_get, "Get a block relocation entry",
26 request do_brel_next, "Get the next block relocation entry",
29 request do_brel_dump, "Dump the block relocation table",
32 request do_brel_move, "Move an entry in the block relocation table",
35 request do_brel_delete, "Delete an entry in the block relocation table",
39 # Inode relocation table commands
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DLanai.def6 // No relocation
8 // 21-bit symbol relocation
10 // 21-bit symbol relocation with last two bits masked to 0
14 // General 32-bit relocation
16 // Upper 16-bits of a symbolic relocation
18 // Lower 16-bits of a symbolic relocation
DBPF.def5 // No relocation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DLanai.def6 // No relocation
8 // 21-bit symbol relocation
10 // 21-bit symbol relocation with last two bits masked to 0
14 // General 32-bit relocation
16 // Upper 16-bits of a symbolic relocation
18 // Lower 16-bits of a symbolic relocation
DBPF.def5 // No relocation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def41 DYNAMIC_TAG(PLTRELSZ, 2) // Size of relocation entries in PLT.
46 DYNAMIC_TAG(RELA, 7) // Address of relocation table (Rela entries).
47 DYNAMIC_TAG(RELASZ, 8) // Size of Rela relocation table.
48 DYNAMIC_TAG(RELAENT, 9) // Size of a Rela relocation entry.
56 DYNAMIC_TAG(REL, 17) // Address of relocation table (Rel entries).
57 DYNAMIC_TAG(RELSZ, 18) // Size of Rel relocation table.
58 DYNAMIC_TAG(RELENT, 19) // Size of a Rel relocation entry.
59 DYNAMIC_TAG(PLTREL, 20) // Type of relocation entry used for linking.
80 DYNAMIC_TAG(RELRSZ, 35) // Size of Relr relocation table.
81 DYNAMIC_TAG(RELR, 36) // Address of relocation table (Relr entries).
[all …]
/third_party/e2fsprogs/tests/defaults/
De_script2 # Default script for testing the relocation library routines
3 # (irel -- inode relocation and brel -- block relocation)
/third_party/elfio/
DREADME-OH.md27 ├── elfio_relocation.hpp # relocation section访问类,提供对relocation section的处理
89 (五)获取relocation section
91 1. 调用relocation_section_accessor的get_entry\(\)接口获取relocation section。
/third_party/e2fsprogs/tests/e_irel_ima/
Dname1 inode relocation table using memory array implementation
/third_party/e2fsprogs/tests/e_brel_bma/
Dname1 block relocation table using memory array implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DRelocation.txt12 is called by the relocation model specific lowering function, using
33 MipsISD::{Highest, Higher, Hi, Lo}) depending upon relocation model,
52 to MIPS32 to compute addresses for the static relocation model.
/third_party/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc218 ptrdiff_t relocation = in Init() local
222 relocation); in Init()
224 const ElfW(Xword) value = dynamic_entry->d_un.d_val + relocation; in Init()
Dsymbolize.h79 ptrdiff_t relocation; member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Delf_mem_image.cc218 ptrdiff_t relocation = in Init() local
222 relocation); in Init()
224 const ElfW(Xword) value = dynamic_entry->d_un.d_val + relocation; in Init()
Dsymbolize.h85 ptrdiff_t relocation; member
/third_party/e2fsprogs/tests/f_preen/
Dexpect.12 of the inode table require relocation, you may wish to try
/third_party/e2fsprogs/tests/progs/test_data/
Dtest.brel2 # This is the test script for the block relocation table.
Dtest.irel2 # This is the test script for the inode relocation table.
/third_party/e2fsprogs/tests/f_illibitmap/
Dexpect.13 of the inode table require relocation, you may wish to try
/third_party/e2fsprogs/tests/f_illbbitmap/
Dexpect.13 of the inode table require relocation, you may wish to try
/third_party/e2fsprogs/tests/f_boundscheck/
Dexpect.15 of the inode table require relocation, you may wish to try
Dexpect.25 of the inode table require relocation, you may wish to try
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc319 const ptrdiff_t relocation,
660 ptrdiff_t relocation, const ElfW(Shdr) * strtab, const ElfW(Shdr) * symtab,
702 ComputeOffset(original_start_address, relocation);
776 const ObjFile &obj, const void *const pc, const ptrdiff_t relocation,
789 FindObjFile(reinterpret_cast<const char *>(opd.sh_addr) + relocation,
810 FindSymbol(pc, obj.fd, out, out_size, relocation, &strtab, &symtab,
1340 ptrdiff_t relocation = 0;
1348 // For obj->offset > 0, adjust the relocation since a mapping at offset
1349 // X in the file will have a start address of [true relocation]+X.
1350 relocation = start_addr - obj->offset;
[all …]
/third_party/abseil-cpp/absl/debugging/
Dsymbolize_elf.inc319 const ptrdiff_t relocation,
660 ptrdiff_t relocation, const ElfW(Shdr) * strtab, const ElfW(Shdr) * symtab,
702 ComputeOffset(original_start_address, relocation);
766 const ObjFile &obj, const void *const pc, const ptrdiff_t relocation,
779 FindObjFile(reinterpret_cast<const char *>(opd.sh_addr) + relocation,
800 FindSymbol(pc, obj.fd, out, out_size, relocation, &strtab, &symtab,
1330 ptrdiff_t relocation = 0;
1338 // For obj->offset > 0, adjust the relocation since a mapping at offset
1339 // X in the file will have a start address of [true relocation]+X.
1340 relocation = start_addr - obj->offset;
[all …]
/third_party/mesa3d/docs/relnotes/
D13.0.1.rst108 - anv: Don't presume to know what address is in a surface relocation
115 - anv: Move relocation handling from EndCommandBuffer to QueueSubmit

12345