Lines Matching defs:shdrs
309 and shdrs (but omits section 0). */
445 void *shdrs = malloc (shdrs_bytes);
446 if (unlikely (shdrs == NULL))
448 dst.d_buf = shdrs;
453 free (shdrs);
483 free (shdrs);
496 Elf32_Shdr (*s32)[shnum] = shdrs;
504 Elf64_Shdr (*s64)[shnum] = shdrs;
515 free (shdrs);
520 free (shdrs);
920 /* The shdrs are setup OK to make find_prelink_address_sync () do the right
1224 /* We thought we had something through shdrs, but it failed...