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

  /external/mesa3d/src/gallium/drivers/rbug/
rbug_core.c 520 rbug_shader_t *shdrs; local
532 shdrs = MALLOC(rb_context->num_shaders * sizeof(rbug_shader_t));
535 shdrs[i++] = VOID2U64(tr_shdr);
541 rbug_send_shader_list_reply(tr_rbug->con, serial, shdrs, i, NULL);
542 FREE(shdrs);
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 305 and shdrs (but omits section 0). */
439 void *shdrs = malloc (shdrs_bytes); local
440 if (unlikely (shdrs == NULL))
442 dst.d_buf = shdrs;
447 free (shdrs);
477 free (shdrs);
490 Elf32_Shdr (*s32)[shnum - 1] = shdrs;
498 Elf64_Shdr (*s64)[shnum - 1] = shdrs;
509 free (shdrs);
514 free (shdrs);
    [all...]
  /art/compiler/linker/
elf_builder.h 652 std::vector<Elf_Shdr> shdrs; local
653 shdrs.reserve(1u + sections_.size());
654 shdrs.push_back(Elf_Shdr()); // NULL at index 0.
656 shdrs.push_back(section->header_);
660 stream_.WriteFully(shdrs.data(), shdrs.size() * sizeof(shdrs[0]));
670 elf_header.e_shnum = shdrs.size();
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 500 unsigned char *shdrs; local
516 shdrs = XNEWVEC (unsigned char, shdr_size * (shnum - 1));
520 shdrs,
524 XDELETEVEC (shdrs);
530 shstrhdr = shdrs + (eor->shstrndx - 1) * shdr_size;
541 XDELETEVEC (shdrs);
553 shdr = shdrs + (i - 1) * shdr_size;
560 XDELETEVEC (shdrs);
575 XDELETEVEC (shdrs);
805 user-created Shdrs
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
object.cc 963 const unsigned char* shdrs,
969 typename This::Shdr shdr(shdrs + index * This::shdr_size);
1036 typename This::Shdr member_shdr(shdrs + sym_shndx * This::shdr_size);
1423 const unsigned char* shdrs = section_headers_data; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 5111 Elf32_External_Shdr * shdrs; local
5173 Elf64_External_Shdr * shdrs; local
    [all...]

Completed in 958 milliseconds