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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf64-sparc.c283 Elf_Internal_Shdr *rela_hdr; local
328 rela_hdr = &elf_section_data (sec)->rel_hdr;
330 rela_hdr->sh_size = rela_hdr->sh_entsize * count;
331 rela_hdr->contents = (PTR) bfd_alloc (abfd, rela_hdr->sh_size);
332 if (rela_hdr->contents == NULL)
339 if (rela_hdr->sh_type != SHT_RELA)
350 outbound_relocas = (Elf64_External_Rela *) rela_hdr->contents;
H A Delfcode.h927 Elf_Internal_Shdr *rela_hdr;
956 rela_hdr = &elf_section_data (sec)->rel_hdr;
958 rela_hdr->sh_size = rela_hdr->sh_entsize * sec->reloc_count;
959 rela_hdr->contents = bfd_alloc (abfd, rela_hdr->sh_size);
960 if (rela_hdr->contents == NULL)
967 if (rela_hdr->sh_type == SHT_RELA)
972 else if (rela_hdr->sh_type == SHT_REL)
992 dst_rela = rela_hdr
924 Elf_Internal_Shdr *rela_hdr; local
[all...]
H A Delf64-mips.c2825 Elf_Internal_Shdr *rela_hdr,
2834 rela_hdr->sh_size = rela_hdr->sh_entsize * *count;
2835 rela_hdr->contents = bfd_alloc (abfd, rela_hdr->sh_size);
2836 if (rela_hdr->contents == NULL)
2842 ext_rela = (Elf64_Mips_External_Rela *) rela_hdr->contents;
2918 BFD_ASSERT (ext_rela - (Elf64_Mips_External_Rela *) rela_hdr->contents
2819 mips_elf64_write_rela(bfd *abfd, asection *sec, Elf_Internal_Shdr *rela_hdr, int *count, void *data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf64-sparc.c283 Elf_Internal_Shdr *rela_hdr; local
328 rela_hdr = &elf_section_data (sec)->rel_hdr;
330 rela_hdr->sh_size = rela_hdr->sh_entsize * count;
331 rela_hdr->contents = (PTR) bfd_alloc (abfd, rela_hdr->sh_size);
332 if (rela_hdr->contents == NULL)
339 if (rela_hdr->sh_type != SHT_RELA)
350 outbound_relocas = (Elf64_External_Rela *) rela_hdr->contents;
H A Delfcode.h927 Elf_Internal_Shdr *rela_hdr;
956 rela_hdr = &elf_section_data (sec)->rel_hdr;
958 rela_hdr->sh_size = rela_hdr->sh_entsize * sec->reloc_count;
959 rela_hdr->contents = bfd_alloc (abfd, rela_hdr->sh_size);
960 if (rela_hdr->contents == NULL)
967 if (rela_hdr->sh_type == SHT_RELA)
972 else if (rela_hdr->sh_type == SHT_REL)
992 dst_rela = rela_hdr
924 Elf_Internal_Shdr *rela_hdr; local
[all...]
H A Delf64-mips.c2825 Elf_Internal_Shdr *rela_hdr,
2834 rela_hdr->sh_size = rela_hdr->sh_entsize * *count;
2835 rela_hdr->contents = bfd_alloc (abfd, rela_hdr->sh_size);
2836 if (rela_hdr->contents == NULL)
2842 ext_rela = (Elf64_Mips_External_Rela *) rela_hdr->contents;
2918 BFD_ASSERT (ext_rela - (Elf64_Mips_External_Rela *) rela_hdr->contents
2819 mips_elf64_write_rela(bfd *abfd, asection *sec, Elf_Internal_Shdr *rela_hdr, int *count, void *data) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf64-sparc.c283 Elf_Internal_Shdr *rela_hdr; local
328 rela_hdr = &elf_section_data (sec)->rel_hdr;
330 rela_hdr->sh_size = rela_hdr->sh_entsize * count;
331 rela_hdr->contents = (PTR) bfd_alloc (abfd, rela_hdr->sh_size);
332 if (rela_hdr->contents == NULL)
339 if (rela_hdr->sh_type != SHT_RELA)
350 outbound_relocas = (Elf64_External_Rela *) rela_hdr->contents;
H A Delfcode.h927 Elf_Internal_Shdr *rela_hdr;
956 rela_hdr = &elf_section_data (sec)->rel_hdr;
958 rela_hdr->sh_size = rela_hdr->sh_entsize * sec->reloc_count;
959 rela_hdr->contents = bfd_alloc (abfd, rela_hdr->sh_size);
960 if (rela_hdr->contents == NULL)
967 if (rela_hdr->sh_type == SHT_RELA)
972 else if (rela_hdr->sh_type == SHT_REL)
992 dst_rela = rela_hdr
924 Elf_Internal_Shdr *rela_hdr; local
[all...]
H A Delf64-mips.c2825 Elf_Internal_Shdr *rela_hdr,
2834 rela_hdr->sh_size = rela_hdr->sh_entsize * *count;
2835 rela_hdr->contents = bfd_alloc (abfd, rela_hdr->sh_size);
2836 if (rela_hdr->contents == NULL)
2842 ext_rela = (Elf64_Mips_External_Rela *) rela_hdr->contents;
2918 BFD_ASSERT (ext_rela - (Elf64_Mips_External_Rela *) rela_hdr->contents
2819 mips_elf64_write_rela(bfd *abfd, asection *sec, Elf_Internal_Shdr *rela_hdr, int *count, void *data) argument

Completed in 186 milliseconds