OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rela_hdr
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf64-sparc.c
283
Elf_Internal_Shdr *
rela_hdr
;
local
328
rela_hdr
= elf_section_data (sec)->rela.hdr;
330
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * count;
331
rela_hdr
->contents = 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;
elfcode.h
857
Elf_Internal_Shdr *
rela_hdr
;
886
rela_hdr
= elf_section_data (sec)->rela.hdr;
887
if (
rela_hdr
== NULL)
888
rela_hdr
= elf_section_data (sec)->rel.hdr;
890
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * sec->reloc_count;
891
rela_hdr
->contents = (unsigned char *) bfd_alloc (abfd,
rela_hdr
->sh_size);
892
if (
rela_hdr
->contents == NULL)
899
if (
rela_hdr
->sh_type == SHT_RELA
854
Elf_Internal_Shdr *
rela_hdr
;
local
[
all
...]
elf64-mips.c
[
all
...]
Completed in 634 milliseconds