Searched refs:shdrs (Results 1 – 7 of 7) sorted by relevance
439 void *shdrs = malloc (shdrs_bytes); in find_prelink_address_sync() local440 if (unlikely (shdrs == NULL)) in find_prelink_address_sync()442 dst.d_buf = shdrs; in find_prelink_address_sync()447 free (shdrs); in find_prelink_address_sync()477 free (shdrs); in find_prelink_address_sync()490 Elf32_Shdr (*s32)[shnum - 1] = shdrs; in find_prelink_address_sync()498 Elf64_Shdr (*s64)[shnum - 1] = shdrs; in find_prelink_address_sync()509 free (shdrs); in find_prelink_address_sync()514 free (shdrs); in find_prelink_address_sync()
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
520 rbug_shader_t *shdrs; in rbug_shader_list() local532 shdrs = MALLOC(rb_context->num_shaders * sizeof(rbug_shader_t)); in rbug_shader_list()535 shdrs[i++] = VOID2U64(tr_shdr); in rbug_shader_list()541 rbug_send_shader_list_reply(tr_rbug->con, serial, shdrs, i, NULL); in rbug_shader_list()542 FREE(shdrs); in rbug_shader_list()
25 ** shdrs in read-only files32 ** shdrs after elf_cntl (ELF_C_FDREAD)
290 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
29 * elf_begin.c (file_read_elf): Make a writable copy of the shdrs196 * elf32_getshdr.c (load_shdr_wrlock): Allocate shdrs with malloc,881 * elf32_offscn.c: Make sure shdrs have been read in.
142 shdrs.1630 (handle_elf): When that's set, truncate off .shstrtab and shdrs.2769 allocated SHT_NOBITS shdrs with stripped moved by prelink via