Home
last modified time | relevance | path

Searched refs:load_offset (Results 1 – 3 of 3) sorted by relevance

/external/libunwind/src/
Delfxx.c157 unw_addr_space_t as, unw_word_t ip, struct elf_image* ei, Elf_W(Addr) load_offset, in elf_w()
203 val += load_offset; in elf_w()
249 Elf_W(Ehdr)* ehdr, Elf_W(Addr)* load_offset) { in elf_w()
262 *load_offset = segbase - phdr.p_vaddr; in elf_w()
310 unw_addr_space_t as, unw_word_t ip, struct elf_image* ei, Elf_W(Addr) load_offset, in elf_w()
345 val += load_offset; in elf_w()
390 struct elf_image *ei, unsigned long segbase, unsigned long mapoff, Elf_W(Addr)* load_offset) { in elf_w()
397 *load_offset = segbase - phdr[i].p_vaddr; in elf_w()
407 unw_addr_space_t as, unw_word_t ip, struct elf_image *ei, Elf_W(Addr) load_offset, in elf_w()
421 return elf_w (lookup_symbol_mapped) (as, ip, ei, load_offset, buf, buf_len, offp); in elf_w()
[all …]
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp115 addr_t load_offset; in DidAttach() local
120 load_offset = ComputeLoadOffset(); in DidAttach()
122 if (executable.get() && load_offset != LLDB_INVALID_ADDRESS) in DidAttach()
126 UpdateLoadedSections(executable, load_offset); in DidAttach()
136 addr_t load_offset; in DidLaunch() local
141 load_offset = ComputeLoadOffset(); in DidLaunch()
143 if (executable.get() && load_offset != LLDB_INVALID_ADDRESS) in DidLaunch()
147 UpdateLoadedSections(executable, load_offset); in DidLaunch()
/external/mesa3d/src/glsl/
Dlower_ubo_reference.cpp171 ir_variable *load_offset = new(mem_ctx) ir_variable(glsl_type::uint_type, in handle_rvalue() local
174 base_ir->insert_before(load_offset); in handle_rvalue()
175 base_ir->insert_before(assign(load_offset, offset)); in handle_rvalue()
178 emit_ubo_loads(deref, load_offset, const_offset); in handle_rvalue()