HomeSort by relevance Sort by last modified time
    Searched refs:rodata_size (Results 1 - 18 of 18) sorted by null

  /external/mesa3d/src/amd/common/
ac_binary.h 54 unsigned rodata_size; member in struct:ac_shader_binary
ac_binary.c 160 binary->rodata_size = section_data->d_size;
161 binary->rodata = MALLOC(binary->rodata_size * sizeof(unsigned char));
162 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size);
  /art/compiler/
elf_writer.h 55 virtual void PrepareDynamicSection(size_t rodata_size,
elf_writer_quick.cc 96 void PrepareDynamicSection(size_t rodata_size,
179 void ElfWriterQuick<ElfTypes>::PrepareDynamicSection(size_t rodata_size,
185 rodata_size_ = rodata_size;
elf_builder.h 670 Elf_Word rodata_size,
687 Elf_Word text_address = RoundUp(rodata_address + rodata_size, kPageSize);
700 dynsym_.Add(oatdata, rodata_index, rodata_address, rodata_size, STB_GLOBAL, STT_OBJECT);
708 } else if (rodata_size != 0) {
711 Elf_Word oatlastword_address = rodata_address + rodata_size - 4;
    [all...]
image_test.h 311 size_t rodata_size = oat_writer->GetOatHeader().GetExecutableOffset(); local
312 size_t text_size = oat_writer->GetOatSize() - rodata_size;
313 elf_writer->PrepareDynamicSection(rodata_size,
oat_test.cc 219 size_t rodata_size = oat_writer.GetOatHeader().GetExecutableOffset(); local
220 size_t text_size = oat_writer.GetOatSize() - rodata_size;
221 elf_writer->PrepareDynamicSection(rodata_size,
    [all...]
  /art/compiler/debug/
elf_debug_writer.cc 95 size_t rodata_size,
101 rodata_size,
107 rodata_size,
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_elf_util.c 154 binary->rodata_size = section_data->d_size;
155 binary->rodata = MALLOC(binary->rodata_size * sizeof(unsigned char));
156 memcpy(binary->rodata, section_data->d_buf, binary->rodata_size);
r600_pipe_common.h 152 unsigned rodata_size; member in struct:radeon_shader_binary
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 784 SizeT rodata_size; member in struct:_DebugInfo
    [all...]
d3basics.c 454 && di->rodata_size > 0
455 && *a >= di->rodata_debug_svma && *a < di->rodata_debug_svma + di->rodata_size) {
    [all...]
readelf.c 379 && di->rodata_size > 0
381 && sym_svma < rodata_svma + di->rodata_size) {
663 && di->rodata_size > 0
665 || (*sym_avmas_out).main >= di->rodata_avma + di->rodata_size);
    [all...]
debuginfo.c     [all...]
  /art/oatdump/
oatdump.cc 145 const size_t rodata_size = oat_file_->GetOatHeader().GetExecutableOffset(); local
147 rodata->WriteNoBitsSection(rodata_size);
150 rodata->WriteFully(rodata_begin, rodata_size);
154 const uint8_t* text_begin = oat_file_->Begin() + rodata_size;
172 rodata_size,
    [all...]
  /art/dex2oat/
dex2oat.cc 2087 size_t rodata_size = oat_writer->GetOatHeader().GetExecutableOffset(); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_shaders.c 121 4 + align(shader->binary.rodata_size, 4) +
137 ptr = write_chunk(ptr, shader->binary.rodata, shader->binary.rodata_size);
168 &shader->binary.rodata_size);
    [all...]
si_shader.c     [all...]

Completed in 714 milliseconds