Home
last modified time | relevance | path

Searched refs:section_data (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_binary.c133 Elf_Data *section_data = NULL; in ac_elf_read() local
142 section_data = elf_getdata(section, section_data); in ac_elf_read()
143 binary->code_size = section_data->d_size; in ac_elf_read()
145 memcpy(binary->code, section_data->d_buf, binary->code_size); in ac_elf_read()
147 section_data = elf_getdata(section, section_data); in ac_elf_read()
148 binary->config_size = section_data->d_size; in ac_elf_read()
155 memcpy(binary->config, section_data->d_buf, binary->config_size); in ac_elf_read()
158 section_data = elf_getdata(section, section_data); in ac_elf_read()
159 binary->disasm_string = strndup(section_data->d_buf, in ac_elf_read()
160 section_data->d_size); in ac_elf_read()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c281 Elf_Data *section_data = NULL; in r600_elf_read() local
289 section_data = elf_getdata(section, section_data); in r600_elf_read()
290 binary->code_size = section_data->d_size; in r600_elf_read()
292 memcpy(binary->code, section_data->d_buf, binary->code_size); in r600_elf_read()
294 section_data = elf_getdata(section, section_data); in r600_elf_read()
295 binary->config_size = section_data->d_size; in r600_elf_read()
297 memcpy(binary->config, section_data->d_buf, binary->config_size); in r600_elf_read()
300 section_data = elf_getdata(section, section_data); in r600_elf_read()
301 binary->disasm_string = strndup(section_data->d_buf, in r600_elf_read()
302 section_data->d_size); in r600_elf_read()
[all …]
/external/u-boot/tools/binman/
Dbsection.py244 section_data = chr(self._pad_byte) * self._size
249 section_data = (section_data[:base] + data +
250 section_data[base + len(data):])
251 return section_data
/external/tensorflow/tensorflow/core/kernels/fuzzing/dictionaries/
Ddecode_wav.dict4 section_data="data"
/external/python/setuptools/setuptools/
Dconfig.py502 section_data = self._parse_section_to_dict(
508 [(k, v) for k, v in section_data.items() if k in valid_keys and v])
/external/openssh/
DPROTOCOL.krl27 string section_data
29 Where "section_type" indicates the type of the "section_data". An exception
/external/aac/libFDK/src/
DFDK_tools_rom.cpp6549 section_data, scale_factor_data, pulse, tns_data_present, tns_data,
6560 global_gain, ics_info, section_data, scale_factor_data, pulse,
6573 global_gain, ics_info, section_data, scale_factor_data, pulse,
6578 adtscrc_start_reg2, global_gain, ics_info, section_data, scale_factor_data,
6587 global_gain, section_data, scale_factor_data, pulse, tns_data_present,
6592 adtscrc_start_reg2, global_gain, section_data, scale_factor_data, pulse,
6612 section_data,
6628 element_instance_tag, global_gain, ics_info, section_data,
6648 section_data, scale_factor_data, pulse, tns_data_present,
6664 section_data, scale_factor_data, pulse, tns_data_present,
[all …]
/external/aac/libFDK/include/
DFDK_tools_rom.h309 section_data, enumerator
/external/aac/libAACdec/src/
Dchannel.cpp581 case section_data: in CChannelElement_Read()
/external/aac/libAACenc/src/
Dbitenc.cpp1049 case section_data: { in FDKaacEnc_ChannelElementWrite()