/third_party/elfutils/libdwfl/ |
D | relocate.c | 116 Elf *relocated, struct reloc_symtab_cache *cache, in relocate_getsym() argument 121 if (mod->symfile == NULL || mod->symfile->elf != relocated) in relocate_getsym() 129 while ((scn = elf_nextscn (relocated, scn)) != NULL) in relocate_getsym() 146 cache->symelf = relocated; in relocate_getsym() 324 Elf * const relocated, in relocate() argument 364 Dwfl_Error error = relocate_getsym (mod, relocated, reloc_symtab, in relocate() 431 Elf_Data *d = gelf_xlatetom (relocated, &tmpdata, &rdata, in relocate() 455 Elf_Data *d = gelf_xlatetom (relocated, &tmpdata, &rdata, in relocate() 476 Elf_Data *s = gelf_xlatetof (relocated, &rdata, &tmpdata, in relocate() 502 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, in relocate_section() argument [all …]
|
D | dwfl_module_getelf.c | 44 if (mod->e_type == ET_REL && ! mod->main.relocated) in dwfl_module_getelf() 49 mod->main.relocated = true; in dwfl_module_getelf() 55 mod->debug.relocated = true; in dwfl_module_getelf() 56 else if (mod->debug.elf != NULL && ! mod->debug.relocated) in dwfl_module_getelf() 58 mod->debug.relocated = true; in dwfl_module_getelf()
|
D | dwfl_module_getdwarf.c | 1321 if (mod->e_type == ET_REL && !debugfile->relocated) in load_dw() 1349 if (mod->e_type == ET_REL && !debugfile->relocated) in load_dw() 1452 && mod->main.relocated && ! mod->debug.relocated) in dwfl_module_getdwarf() 1454 mod->debug.relocated = true; in dwfl_module_getdwarf()
|
D | libdwflP.h | 150 bool relocated; /* Partial relocation of all sections done. */ member 490 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
|
D | ChangeLog | 2812 DEBUGFILE->relocated is already set. 2841 * libdwflP.h (struct dwfl_file): New bool member `relocated'. 2888 to relocated st_value.
|
/third_party/mesa3d/src/intel/tools/ |
D | intel_dump_gpu.c | 141 void *relocated; in relocate_bo() local 144 relocated = malloc(bo->size); in relocate_bo() 145 fail_if(relocated == NULL, "out of memory\n"); in relocate_bo() 146 memcpy(relocated, GET_PTR(bo->map), bo->size); in relocate_bo() 155 aub_write_reloc(&devinfo, ((char *)relocated) + relocs[i].offset, in relocate_bo() 159 return relocated; in relocate_bo()
|
/third_party/musl/porting/linux/user/src/internal/ |
D | dynlink.h | 145 char relocated; member
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 75 char relocated; member 1366 if (p->relocated) continue; in reloc_all() 1383 p->relocated = 1; in reloc_all() 1707 ldso.relocated = 0; in __dls2() 1934 vdso.relocated = 1; in __dls3() 2139 if (!p->relocated && (mode & RTLD_LAZY)) { in dlopen() 2142 if (!p->deps[i]->relocated) in dlopen() 2145 if (!p->relocated || (mode & RTLD_GLOBAL)) { in dlopen() 2152 if (!p->relocated) { in dlopen()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 75 char relocated; member 1367 if (p->relocated) continue; in reloc_all() 1384 p->relocated = 1; in reloc_all() 1708 ldso.relocated = 0; in __dls2() 1935 vdso.relocated = 1; in __dls3() 2140 if (!p->relocated && (mode & RTLD_LAZY)) { in dlopen() 2143 if (!p->deps[i]->relocated) in dlopen() 2146 if (!p->relocated || (mode & RTLD_GLOBAL)) { in dlopen() 2153 if (!p->relocated) { in dlopen()
|
/third_party/musl/ldso/ |
D | dynlink.c | 77 char relocated; member 1350 if (p->relocated) continue; in reloc_all() 1367 p->relocated = 1; in reloc_all() 1691 ldso.relocated = 0; in __dls2() 1911 vdso.relocated = 1; in __dls3() 2106 if (!p->relocated && (mode & RTLD_LAZY)) { in dlopen() 2109 if (!p->deps[i]->relocated) in dlopen() 2112 if (!p->relocated || (mode & RTLD_GLOBAL)) { in dlopen() 2119 if (!p->relocated) { in dlopen()
|
/third_party/vulkan-loader/tests/ |
D | README.md | 30 path and thus require the contents of the folder to not be relocated.
|
/third_party/elfutils/backends/ |
D | aarch64_reloc.def | 43 relocated depends on the section defining the symbol mentioned in
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 2475 if (p->relocated) continue; in reloc_all() 2502 p->relocated = 1; in reloc_all() 2835 ldso.relocated = 0; in __dls2() 3095 vdso.relocated = 1; in __dls3() 3493 if (!p->relocated && (mode & RTLD_LAZY)) { 3496 if (!p->deps[i]->relocated) 3499 if (!p->relocated || (mode & RTLD_GLOBAL)) { 3512 if (!p->relocated) {
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_framebuffer_multisample.txt | 359 b) the blit region may be relocated during the blit
|
/third_party/tzdata/ |
D | antarctica | 320 # Halley is on a moving ice shelf and is periodically relocated
|
/third_party/openGLES/extensions/NV/ |
D | NV_framebuffer_multisample.txt | 359 b) the blit region may be relocated during the blit
|
/third_party/littlefs/ |
D | lfs.c | 1742 bool relocated = false; in lfs_dir_compact() local 1833 if (!relocated) { in lfs_dir_compact() 1875 if (!relocated) { in lfs_dir_compact() 1883 relocated = true; in lfs_dir_compact() 1906 return relocated ? LFS_OK_RELOCATED : 0; in lfs_dir_compact()
|
D | DESIGN.md | 1082 successfully relocated C, update B 1149 successfully relocated B, update root
|
/third_party/skia/third_party/externals/microhttpd/ |
D | INSTALL | 176 time for the entire installation to be relocated. The approach of
|
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 697 // For a DSO, a symbol address is relocated by the loading address. 1346 // This object was relocated.
|
/third_party/littlefs/tests/ |
D | test_move.toml | 1584 // fixed, possibly in a metadata-pair that needs to be relocated 1728 // fixed, possibly in a metadata-pair that needs to be relocated
|
/third_party/rust/crates/memchr/bench/data/sliceslice/ |
D | words.txt | 3396 relocated
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | libtool.m4 | 4799 # default) and relocated if they conflict, which is a slow very memory 5710 library is relocated]) 6369 # default) and relocated if they conflict, which is a slow very memory
|
/third_party/libffi/m4/ |
D | libtool.m4 | 5171 # default) and relocated if they conflict, which is a slow very memory 6159 library is relocated]) 6898 # default) and relocated if they conflict, which is a slow very memory
|
/third_party/curl/m4/ |
D | libtool.m4 | 5213 # default) and relocated if they conflict, which is a slow very memory 6205 library is relocated]) 6945 # default) and relocated if they conflict, which is a slow very memory
|