Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dvms-tir.c48 offset = PRIV (image_ptr) - PRIV (image_section)->contents; in check_section()
59 PRIV (image_ptr) = PRIV (image_section)->contents + offset; in check_section()
77 PRIV (image_ptr) = PRIV (sections)[psect]->contents + offset; in image_set_ptr()
90 PRIV (image_ptr) += offset; in image_inc_ptr()
103 PRIV (image_ptr)); in image_dump()
111 *PRIV (image_ptr)++ = *ptr++; in image_dump()
126 *PRIV (image_ptr)++ = (value & 0xff); in image_write_b()
141 bfd_putl16 ((bfd_vma) value, PRIV (image_ptr)); in image_write_w()
142 PRIV (image_ptr) += 2; in image_write_w()
157 bfd_putl32 ((bfd_vma) value, PRIV (image_ptr)); in image_write_l()
[all …]
H A Dvms.h597 unsigned char *image_ptr; /* A pointer to section->contents. */ member
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dvms-tir.c95 offset = PRIV (image_ptr) - PRIV (image_section)->contents;
106 PRIV (image_ptr) = PRIV (image_section)->contents + offset;
127 PRIV (image_ptr) = PRIV (sections)[psect]->contents + offset;
143 PRIV (image_ptr) += offset;
159 PRIV (image_ptr));
167 *PRIV (image_ptr)++ = *ptr++;
185 *PRIV (image_ptr)++ = (value & 0xff);
203 bfd_putl16 ((bfd_vma) value, PRIV (image_ptr));
204 PRIV (image_ptr) += 2;
223 bfd_putl32 ((bfd_vma) value, PRIV (image_ptr));
[all …]
H A Dvms.h600 unsigned char *image_ptr; /* a pointer to section->contents */ member
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2442 size_t AddImageToken(lldb::addr_t image_ptr);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp5812 size_t Process::AddImageToken(lldb::addr_t image_ptr) { in AddImageToken() argument
5813 m_image_tokens.push_back(image_ptr); in AddImageToken()