Home
last modified time | relevance | path

Searched refs:aux_offset (Results 1 – 12 of 12) sorted by relevance

/third_party/elfutils/libelf/
Dversion_xlate.h66 size_t aux_offset; in elf_cvt_Verdef() local
92 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 …]
DChangeLog76 * version_xlate.h (elf_cvt_Verdef): Make sure aux_offset and
78 (elf_cvt_Verneed): Make sure aux_offset and need_offset don't
84 and aux_offset.
85 (elf_cvt_Verneed): Check alignment of need_offset and aux_offset.
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce_50.c100 unsigned aux_offset = in encode() local
104 RVCE_CS(aux_offset); in encode()
105 aux_offset += RVCE_MAX_BITSTREAM_OUTPUT_ROW_SIZE; in encode()
Dradeon_vce_52.c243 unsigned aux_offset = in encode() local
247 RVCE_CS(aux_offset); in encode()
248 aux_offset += RVCE_MAX_BITSTREAM_OUTPUT_ROW_SIZE; in encode()
/third_party/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c69 pc->aux_offset = INTEL_PT_MEMSIZE; in create_map()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.h114 size_t aux_offset);
Dcpp_file.cc1075 size_t aux_offset = 0; in GenerateTables() local
1077 message_generators_[i]->GenerateParseTable(printer, offset, aux_offset); in GenerateTables()
1079 aux_offset += aux_entries[i]; in GenerateTables()
Dcpp_message.cc1665 size_t aux_offset) { in GenerateParseTable() argument
1687 offset, aux_offset, max_field_number); in GenerateParseTable()
/third_party/libbpf/include/uapi/linux/
Dperf_event.h735 __u64 aux_offset; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c598 const unsigned aux_offset = res->aux.extra_aux.surf.size_B > 0 ? in map_aux_addresses() local
605 res->aux.bo->address + aux_offset, in map_aux_addresses()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c5016 uint32_t aux_offset = 0; in emit_surface_state() local
5020 aux_offset = res->aux.offset; in emit_surface_state()
5034 .aux_address = aux_offset, in emit_surface_state()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h16999 __u64 aux_offset; member