OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rel_hdr
(Results
1 - 12
of
12
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf64-sparc.c
48
/* Read relocations for ASECT from
REL_HDR
. There are RELOC_COUNT of
55
Elf_Internal_Shdr *
rel_hdr
,
66
allocated = bfd_malloc (
rel_hdr
->sh_size);
70
if (bfd_seek (abfd,
rel_hdr
->sh_offset, SEEK_SET) != 0
71
|| bfd_bread (allocated,
rel_hdr
->sh_size, abfd) !=
rel_hdr
->sh_size)
78
entsize =
rel_hdr
->sh_entsize;
81
count =
rel_hdr
->sh_size / entsize;
152
Elf_Internal_Shdr *
rel_hdr
;
local
165
rel_hdr
= d->rel.hdr
[
all
...]
elf64-mips.c
3876
Elf_Internal_Shdr *
rel_hdr
;
local
3950
Elf_Internal_Shdr *
rel_hdr
;
local
[
all
...]
elfcode.h
1483
Elf_Internal_Shdr *
rel_hdr
;
local
[
all
...]
elf-bfd.h
[
all
...]
elf32-metag.c
[
all
...]
elf.c
2634
Elf_Internal_Shdr *
rel_hdr
;
local
[
all
...]
elflink.c
2269
Elf_Internal_Shdr *
rel_hdr
= reldata->hdr;
local
10071
Elf_Internal_Shdr *
rel_hdr
;
local
[
all
...]
elf32-tic6x.c
2206
Elf_Internal_Shdr *
rel_hdr
;
local
[
all
...]
elf32-spu.c
5089
Elf_Internal_Shdr *
rel_hdr
;
local
[
all
...]
elf32-ppc.c
7221
Elf_Internal_Shdr *
rel_hdr
;
local
[
all
...]
elf64-ppc.c
7764
Elf_Internal_Shdr *
rel_hdr
;
local
9248
Elf_Internal_Shdr *
rel_hdr
;
local
[
all
...]
elfxx-mips.c
7767
Elf_Internal_Shdr *
rel_hdr
;
local
[
all
...]
Completed in 995 milliseconds