HomeSort by relevance Sort by last modified time
    Searched defs:section_data (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/radeon/
radeon_elf_util.c 130 Elf_Data *section_data = NULL; local
138 section_data = elf_getdata(section, section_data);
139 binary->code_size = section_data->d_size;
141 memcpy(binary->code, section_data->d_buf, binary->code_size);
143 section_data = elf_getdata(section, section_data);
144 binary->config_size = section_data->d_size;
146 memcpy(binary->config, section_data->d_buf, binary->config_size);
149 section_data = elf_getdata(section, section_data)
    [all...]
  /external/mesa3d/src/amd/common/
ac_binary.c 136 Elf_Data *section_data = NULL; local
144 section_data = elf_getdata(section, section_data);
145 binary->code_size = section_data->d_size;
147 memcpy(binary->code, section_data->d_buf, binary->code_size);
149 section_data = elf_getdata(section, section_data);
150 binary->config_size = section_data->d_size;
152 memcpy(binary->config, section_data->d_buf, binary->config_size);
155 section_data = elf_getdata(section, section_data)
    [all...]
  /external/aac/libFDK/include/
FDK_tools_rom.h 215 section_data, enumerator in enum:__anon13048
  /bionic/tools/relocation_packer/src/
elf_file.cc 62 const void* section_data,
67 memcpy(area, section_data, size);
569 void* section_data = &dynamics[0]; local
571 RewriteSectionData(dynamic_section, section_data, bytes);
903 const void* section_data = nullptr; local
    [all...]
  /external/v8/src/wasm/
wasm-module.cc 2548 Handle<Object> section_data = factory->undefined_value(); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c 5879 struct elf_xtensa_section_data *section_data; local
    [all...]

Completed in 888 milliseconds