Home | History | Annotate | Download | only in bfin

Lines Matching defs:phdrs

756   Elf_Internal_Phdr *phdrs;
770 phdrs = NULL;
789 phdrs = xmalloc (phdr_size);
790 phdrc = bfd_get_elf_phdrs (abfd, phdrs);
805 /* And the Exec's Phdrs onto the stack. */
829 if (phdrs[i].p_type == PT_LOAD)
831 Elf_Internal_Phdr *p = &phdrs[i];
861 else if (phdrs[i].p_type == PT_DYNAMIC)
863 elf_addrs[5] = phdrs[i].p_paddr + fdpic_load_offset;
867 else if (phdrs[i].p_type == PT_INTERP)
869 uint32_t off = phdrs[i].p_offset;
870 uint32_t len = phdrs[i].p_filesz;
895 free (phdrs);