Searched refs:aux_offset (Results 1 – 12 of 12) sorted by relevance
66 size_t aux_offset; in elf_cvt_Verdef() local92 aux_offset = def_offset + ddest->vd_aux; in elf_cvt_Verdef()98 aux_offset = def_offset + dsrc->vd_aux; in elf_cvt_Verdef()107 if (aux_offset > len in elf_cvt_Verdef()108 || len - aux_offset < sizeof (GElf_Verdaux) in elf_cvt_Verdef()109 || (aux_offset & (__alignof__ (GElf_Verdaux) - 1)) != 0) in elf_cvt_Verdef()112 adest = (GElf_Verdaux *) ((char *) dest + aux_offset); in elf_cvt_Verdef()113 asrc = (GElf_Verdaux *) ((char *) src + aux_offset); in elf_cvt_Verdef()117 if (asrc->vda_next > len - aux_offset) in elf_cvt_Verdef()119 aux_offset += asrc->vda_next; in elf_cvt_Verdef()[all …]
76 * version_xlate.h (elf_cvt_Verdef): Make sure aux_offset and78 (elf_cvt_Verneed): Make sure aux_offset and need_offset don't84 and aux_offset.85 (elf_cvt_Verneed): Check alignment of need_offset and aux_offset.
100 unsigned aux_offset = in encode() local104 RVCE_CS(aux_offset); in encode()105 aux_offset += RVCE_MAX_BITSTREAM_OUTPUT_ROW_SIZE; in encode()
243 unsigned aux_offset = in encode() local247 RVCE_CS(aux_offset); in encode()248 aux_offset += RVCE_MAX_BITSTREAM_OUTPUT_ROW_SIZE; in encode()
69 pc->aux_offset = INTEL_PT_MEMSIZE; in create_map()
114 size_t aux_offset);
1075 size_t aux_offset = 0; in GenerateTables() local1077 message_generators_[i]->GenerateParseTable(printer, offset, aux_offset); in GenerateTables()1079 aux_offset += aux_entries[i]; in GenerateTables()
1665 size_t aux_offset) { in GenerateParseTable() argument1687 offset, aux_offset, max_field_number); in GenerateParseTable()
735 __u64 aux_offset; member
598 const unsigned aux_offset = res->aux.extra_aux.surf.size_B > 0 ? in map_aux_addresses() local605 res->aux.bo->address + aux_offset, in map_aux_addresses()
5016 uint32_t aux_offset = 0; in emit_surface_state() local5020 aux_offset = res->aux.offset; in emit_surface_state()5034 .aux_address = aux_offset, in emit_surface_state()
16999 __u64 aux_offset; member