HomeSort by relevance Sort by last modified time
    Searched full:shdrs (Results 1 - 25 of 28) sorted by null

1 2

  /external/elfutils/tests/
run-elf_cntl_gelf_getshdr.sh 22 # However we open the elf file, the shdrs should be the same.
run-buildid.sh 21 # and one without shdrs forcing reading the notes through phdrs.
run-deleted.sh 45 # For PPC64 we need access to the OPD table which we get through the shdrs
elfshphehdr.c 119 /* shdrs go right after the phdrs. */
elfstrmerge.c 629 /* Position the shdrs after the last (unallocated) section. */
  /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...]
  /external/elfutils/
TODO 25 ** shdrs in read-only files
32 ** shdrs after elf_cntl (ELF_C_FDREAD)
ChangeLog 290 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
  /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...]
relocate.c 540 shdrs or phdrs data then we refuse to do the relocations. It
ChangeLog 139 phdrs and shdrs.
294 phdrs and shdrs unions with malloc, not alloca. Free after use.
587 extend contents_size and use shdrs if only file bits are in
    [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...]
  /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);
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 5111 Elf32_External_Shdr * shdrs; local
5173 Elf64_External_Shdr * shdrs; local
    [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...]
output.cc 452 Output_file_header::set_section_info(const Output_section_headers* shdrs,
455 this->section_header_ = shdrs;
    [all...]
  /external/elfutils/libelf/
libelf.h 353 All previous returned Shdrs and Elf_Data buffers are invalidated by
ChangeLog 29 * elf_begin.c (file_read_elf): Make a writable copy of the shdrs
196 * elf32_getshdr.c (load_shdr_wrlock): Allocate shdrs with malloc,
881 * elf32_offscn.c: Make sure shdrs have been read in.
    [all...]
  /external/elfutils/src/
elfcompress.c 1054 /* Make sure to re-get the new ehdr. Adding phdrs and shdrs will
1209 /* Position the shdrs after the last (unallocated) section. */
    [all...]
ChangeLog 142 shdrs.
    [all...]
unstrip.c     [all...]
  /external/toybox/toys/posix/
file.c 133 // We need to read the shdrs for stripped/unstripped and any notes.
  /external/valgrind/coregrind/m_debuginfo/
readelf.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
elf.go 675 Errorf(nil, "too many shdrs")
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
elf.go 675 Errorf(nil, "too many shdrs")
    [all...]

Completed in 1212 milliseconds

1 2