Home
last modified time | relevance | path

Searched refs:aux_offset (Results 1 - 10 of 10) sorted by relevance

/third_party/elfutils/libelf/
H A 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 in elf_cvt_Verdef()
189 size_t aux_offset; elf_cvt_Verneed() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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()
H A 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/
H A Dpt_test.c69 pc->aux_offset = INTEL_PT_MEMSIZE; in create_map()
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.h114 size_t aux_offset);
H A 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()
H A Dcpp_message.cc1665 size_t aux_offset) { in GenerateParseTable()
1687 offset, aux_offset, max_field_number); in GenerateParseTable()
1664 GenerateParseTable(io::Printer* printer, size_t offset, size_t aux_offset) GenerateParseTable() argument
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h729 * aux_offset >= data_offset + data_size
738 __u64 aux_offset; member
1063 * u64 aux_offset;
/third_party/mesa3d/src/gallium/drivers/iris/
H A 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/
H A 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()

Completed in 28 milliseconds