Searched refs:shdrs (Results 1 – 8 of 8) sorted by relevance
446 void *shdrs = malloc (shdrs_bytes); in find_prelink_address_sync() local447 if (unlikely (shdrs == NULL)) in find_prelink_address_sync()449 dst.d_buf = shdrs; in find_prelink_address_sync()454 free (shdrs); in find_prelink_address_sync()484 free (shdrs); in find_prelink_address_sync()497 Elf32_Shdr (*s32)[shnum] = shdrs; in find_prelink_address_sync()505 Elf64_Shdr (*s64)[shnum] = shdrs; in find_prelink_address_sync()516 free (shdrs); in find_prelink_address_sync()521 free (shdrs); in find_prelink_address_sync()
745 phdrs and shdrs.900 phdrs and shdrs unions with malloc, not alloca. Free after use.1193 extend contents_size and use shdrs if only file bits are in
66 ## RUN: llvm-objcopy --strip-sections %t64.elf %tno-shdrs.o67 ## RUN: llvm-readelf --section-mapping %tno-shdrs.o | FileCheck %s --check-prefix=NO-SECHDRS
521 rbug_shader_t *shdrs; in rbug_shader_list() local533 shdrs = MALLOC(rb_context->num_shaders * sizeof(rbug_shader_t)); in rbug_shader_list()536 shdrs[i++] = VOID2U64(tr_shdr); in rbug_shader_list()542 rbug_send_shader_list_reply(tr_rbug->con, serial, shdrs, i, NULL); in rbug_shader_list()543 FREE(shdrs); in rbug_shader_list()
25 ** shdrs in read-only files32 ** shdrs after elf_cntl (ELF_C_FDREAD)
647 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
549 * elf_begin.c (file_read_elf): Make a writable copy of the shdrs716 * elf32_getshdr.c (load_shdr_wrlock): Allocate shdrs with malloc,1401 * elf32_offscn.c: Make sure shdrs have been read in.
1611 shdrs.3099 (handle_elf): When that's set, truncate off .shstrtab and shdrs.4238 allocated SHT_NOBITS shdrs with stripped moved by prelink via