OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rela_hdr
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/bfd/
elf64-sparc.c
338
Elf_Internal_Shdr *
rela_hdr
;
local
383
rela_hdr
= elf_section_data (sec)->rela.hdr;
385
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * count;
386
rela_hdr
->contents = bfd_alloc (abfd,
rela_hdr
->sh_size);
387
if (
rela_hdr
->contents == NULL)
394
if (
rela_hdr
->sh_type != SHT_RELA)
405
outbound_relocas = (Elf64_External_Rela *)
rela_hdr
->contents;
elfcode.h
937
Elf_Internal_Shdr *
rela_hdr
;
967
rela_hdr
= elf_section_data (sec)->rela.hdr;
968
if (
rela_hdr
== NULL)
969
rela_hdr
= elf_section_data (sec)->rel.hdr;
971
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * sec->reloc_count;
972
if (_bfd_mul_overflow (sec->reloc_count,
rela_hdr
->sh_entsize, &amt)
973
|| (
rela_hdr
->contents = bfd_alloc (abfd, amt)) == NULL)
981
if (
rela_hdr
->sh_type == SHT_RELA)
986
else if (
rela_hdr
->sh_type == SHT_REL
934
Elf_Internal_Shdr *
rela_hdr
;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf64-sparc.c
337
Elf_Internal_Shdr *
rela_hdr
;
local
382
rela_hdr
= elf_section_data (sec)->rela.hdr;
384
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * count;
385
rela_hdr
->contents = bfd_alloc (abfd,
rela_hdr
->sh_size);
386
if (
rela_hdr
->contents == NULL)
393
if (
rela_hdr
->sh_type != SHT_RELA)
404
outbound_relocas = (Elf64_External_Rela *)
rela_hdr
->contents;
elfcode.h
938
Elf_Internal_Shdr *
rela_hdr
;
968
rela_hdr
= elf_section_data (sec)->rela.hdr;
969
if (
rela_hdr
== NULL)
970
rela_hdr
= elf_section_data (sec)->rel.hdr;
972
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * sec->reloc_count;
973
if (_bfd_mul_overflow (sec->reloc_count,
rela_hdr
->sh_entsize, &amt)
974
|| (
rela_hdr
->contents = bfd_alloc (abfd, amt)) == NULL)
982
if (
rela_hdr
->sh_type == SHT_RELA)
987
else if (
rela_hdr
->sh_type == SHT_REL
935
Elf_Internal_Shdr *
rela_hdr
;
local
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elf64-sparc.c
337
Elf_Internal_Shdr *
rela_hdr
;
local
382
rela_hdr
= elf_section_data (sec)->rela.hdr;
384
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * count;
385
rela_hdr
->contents = bfd_alloc (abfd,
rela_hdr
->sh_size);
386
if (
rela_hdr
->contents == NULL)
393
if (
rela_hdr
->sh_type != SHT_RELA)
404
outbound_relocas = (Elf64_External_Rela *)
rela_hdr
->contents;
elfcode.h
938
Elf_Internal_Shdr *
rela_hdr
;
968
rela_hdr
= elf_section_data (sec)->rela.hdr;
969
if (
rela_hdr
== NULL)
970
rela_hdr
= elf_section_data (sec)->rel.hdr;
972
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * sec->reloc_count;
973
if (_bfd_mul_overflow (sec->reloc_count,
rela_hdr
->sh_entsize, &amt)
974
|| (
rela_hdr
->contents = bfd_alloc (abfd, amt)) == NULL)
982
if (
rela_hdr
->sh_type == SHT_RELA)
987
else if (
rela_hdr
->sh_type == SHT_REL
935
Elf_Internal_Shdr *
rela_hdr
;
local
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf64-sparc.c
337
Elf_Internal_Shdr *
rela_hdr
;
local
382
rela_hdr
= elf_section_data (sec)->rela.hdr;
384
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * count;
385
rela_hdr
->contents = bfd_alloc (abfd,
rela_hdr
->sh_size);
386
if (
rela_hdr
->contents == NULL)
393
if (
rela_hdr
->sh_type != SHT_RELA)
404
outbound_relocas = (Elf64_External_Rela *)
rela_hdr
->contents;
elfcode.h
938
Elf_Internal_Shdr *
rela_hdr
;
968
rela_hdr
= elf_section_data (sec)->rela.hdr;
969
if (
rela_hdr
== NULL)
970
rela_hdr
= elf_section_data (sec)->rel.hdr;
972
rela_hdr
->sh_size =
rela_hdr
->sh_entsize * sec->reloc_count;
973
if (_bfd_mul_overflow (sec->reloc_count,
rela_hdr
->sh_entsize, &amt)
974
|| (
rela_hdr
->contents = bfd_alloc (abfd, amt)) == NULL)
982
if (
rela_hdr
->sh_type == SHT_RELA)
987
else if (
rela_hdr
->sh_type == SHT_REL
935
Elf_Internal_Shdr *
rela_hdr
;
local
[
all
...]
Completed in 50 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026