Searched refs:shdrs (Results 1 – 7 of 7) sorted by relevance
445 void *shdrs = malloc (shdrs_bytes); in find_prelink_address_sync() local446 if (unlikely (shdrs == NULL)) in find_prelink_address_sync()448 dst.d_buf = shdrs; in find_prelink_address_sync()453 free (shdrs); in find_prelink_address_sync()483 free (shdrs); in find_prelink_address_sync()496 Elf32_Shdr (*s32)[shnum] = shdrs; in find_prelink_address_sync()504 Elf64_Shdr (*s64)[shnum] = shdrs; in find_prelink_address_sync()515 free (shdrs); in find_prelink_address_sync()520 free (shdrs); in find_prelink_address_sync()
1018 phdrs and shdrs.1173 phdrs and shdrs unions with malloc, not alloca. Free after use.1466 extend contents_size and use shdrs if only file bits are in
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)
776 * TODO: Add note on shdrs after elf_cntl (ELF_C_FDREAD).
683 * elf_begin.c (file_read_elf): Make a writable copy of the shdrs850 * elf32_getshdr.c (load_shdr_wrlock): Allocate shdrs with malloc,1535 * elf32_offscn.c: Make sure shdrs have been read in.
1893 shdrs.3381 (handle_elf): When that's set, truncate off .shstrtab and shdrs.4520 allocated SHT_NOBITS shdrs with stripped moved by prelink via