Searched refs:offset (Results 51 - 73 of 73) sorted by relevance

123

/bionic/libc/kernel/uapi/linux/
H A Djffs2.h130 jint32_t offset; member in struct:jffs2_raw_inode
H A Dvfio.h69 __u64 offset; member in struct:vfio_region_info
H A Dfb.h207 __u32 offset; member in struct:fb_bitfield
H A Dperf_event.h261 __s64 offset; member in struct:perf_event_mmap_page
H A Dnl80211.h1081 __u32 start, offset, len; member in struct:nl80211_wowlan_tcp_data_seq
1085 __u32 offset, len; member in struct:nl80211_wowlan_tcp_data_token
H A Dcyclades.h87 unsigned long offset; member in struct:CYZ_BOOT_CTRL
H A Dpkt_cls.h245 int offset; member in struct:tc_rsvp_gpi
H A Dvideodev2.h464 __u32 offset; member in union:v4l2_buffer::__anon778
1026 __u64 offset; member in struct:v4l2_enc_idx_entry
1095 __u32 offset; member in struct:v4l2_vbi_format
H A Dbtrfs.h255 __u64 offset; member in struct:btrfs_ioctl_search_header
H A Dethtool.h95 __u32 offset; member in struct:ethtool_eeprom
H A Dnvme.h417 __le32 offset; member in struct:nvme_download_firmware
H A Dpkt_sched.h579 __u16 offset[TC_QOPT_MAX_QUEUE]; member in struct:tc_mqprio_qopt
H A Dinput.h1002 __s16 offset; member in struct:ff_periodic_effect
/bionic/libc/kernel/uapi/video/
H A Dsisfb.h155 __u32 offset; member in struct:sis_memreq
/bionic/libc/kernel/uapi/drm/
H A Ddrm.h151 unsigned long offset; member in struct:drm_map
379 unsigned long offset; member in struct:drm_agp_binding
H A Ddrm_mode.h382 __u64 offset; member in struct:drm_mode_map_dumb
H A Dr128_drm.h232 int offset; member in struct:drm_r128_blit
/bionic/libc/kernel/uapi/linux/wimax/
H A Di2400m.h151 __u32 offset; member in union:i2400m_msg_hdr::__anon797
/bionic/libc/dns/resolv/
H A Dres_cache.c422 * OFFSET : 14 : offset to another part of the DNS packet
424 * The offset is relative to the start of the DNS packet and must point
1933 int *offset; local
1971 offset = cache_info->dnsrch_offset;
1972 while (offset < cache_info->dnsrch_offset + MAXDNSRCH) {
1977 *offset++ = cp - cache_info->defdname; /* record this search domain */
1986 *offset = -1; /* cache_info->dnsrch_offset has MAXDNSRCH+1 items */
2090 // but the setting/offset-computer only runs when set/changed
/bionic/linker/
H A Dlinker.cpp146 #define MARK(offset) \
148 if ((((offset) >> 12) >> 5) < 4096) \
149 bitmask[((offset) >> 12) >> 5] |= (1 << (((offset) >> 12) & 31)); \
152 #define MARK(offset) \
154 bitmask[((offset) >> 12) >> 3] |= (1 << (((offset) >> 12) & 7)); \
2064 * relocate the offset of our exported 'rtld_db_dlactivity' symbol.
2269 ElfW(Addr) offset = elf->e_phoff;
2270 const ElfW(Phdr)* phdr_table = reinterpret_cast<const ElfW(Phdr)*>(reinterpret_cast<uintptr_t>(elf) + offset);
[all...]
H A Dlinker_phdr.cpp50 p_offset -> segment file offset
76 [ offset:0, filesz:0x4000, memsz:0x4000, vaddr:0x30000 ],
77 [ offset:0x4000, filesz:0x2000, memsz:0x8000, vaddr:0x40000 ],
91 constant offset from their p_vaddr value. This offset is computed as the
648 // Add to the base file offset in case there are multiple relro segments.
749 // Otherwise, check the first loadable segment. If its file offset
757 ElfW(Addr) offset = ehdr->e_phoff;
758 return CheckPhdr((ElfW(Addr))ehdr + offset);
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c1620 /* the number of bytes to offset an address to align it */
2177 also used to hold the offset this chunk has within its mmapped
2268 /* Treat space at ptr +/- offset as a chunk */
3005 always dynamically check addresses of all offset chunks (previous,
3271 /* If not pinuse and not mmapped, previous chunk has OK offset */
3832 Directly mmapped chunks are set up with an offset to the start of
3850 size_t offset = align_offset(chunk2mem(mm)); local
3851 size_t psize = mmsize - offset - MMAP_FOOT_PAD;
3852 mchunkptr p = (mchunkptr)(mm + offset);
3853 p->prev_foot = offset;
3882 size_t offset = oldp->prev_foot; local
3912 size_t offset = align_offset(chunk2mem(p)); local
4003 size_t offset = align_offset(chunk2mem(rawsp)); local
[all...]
/bionic/libc/kernel/uapi/sound/
H A Dasound.h385 __kernel_off_t offset; member in struct:snd_pcm_channel_info
835 unsigned int offset; member in struct:snd_ctl_elem_list

Completed in 541 milliseconds

123