Searched refs:rela_hdr (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Delfcode.h810 Elf_Internal_Shdr *rela_hdr;
833 rela_hdr = &elf_section_data (sec)->rel_hdr;
835 rela_hdr->sh_size = rela_hdr->sh_entsize * sec->reloc_count;
836 rela_hdr->contents = bfd_alloc (abfd, rela_hdr->sh_size);
837 if (rela_hdr->contents == NULL)
844 if (rela_hdr->sh_type == SHT_RELA)
849 else if (rela_hdr->sh_type == SHT_REL)
869 dst_rela = rela_hdr
807 Elf_Internal_Shdr *rela_hdr; local
[all...]
H A Delf64-mips.c2419 Elf_Internal_Shdr *rela_hdr,
2428 rela_hdr->sh_size = rela_hdr->sh_entsize * *count;
2429 rela_hdr->contents = bfd_alloc (abfd, rela_hdr->sh_size);
2430 if (rela_hdr->contents == NULL)
2436 ext_rela = (Elf64_Mips_External_Rela *) rela_hdr->contents;
2512 BFD_ASSERT (ext_rela - (Elf64_Mips_External_Rela *) rela_hdr->contents
2413 mips_elf64_write_rela(bfd *abfd, asection *sec, Elf_Internal_Shdr *rela_hdr, int *count, void *data) argument
H A Delf64-sparc.c596 Elf_Internal_Shdr *rela_hdr;
640 rela_hdr = &elf_section_data (sec)->rel_hdr;
642 rela_hdr->sh_size = rela_hdr->sh_entsize * count;
643 rela_hdr->contents = (PTR) bfd_alloc (abfd, rela_hdr->sh_size);
644 if (rela_hdr->contents == NULL)
651 if (rela_hdr->sh_type != SHT_RELA)
655 outbound_relocas = (Elf64_External_Rela *) rela_hdr->contents;
594 Elf_Internal_Shdr *rela_hdr; local

Completed in 54 milliseconds