OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GOT_ENTRY_SIZE
(Results
1 - 25
of
44
) sorted by relevancy
1
2
/src/external/gpl3/binutils/dist/bfd/
elf32-metag.c
29
#define
GOT_ENTRY_SIZE
4
2766
s->size +=
GOT_ENTRY_SIZE
;
2914
got_offset = plt_index *
GOT_ENTRY_SIZE
;
3210
memset (htab->etab.sgot->contents +
GOT_ENTRY_SIZE
, 0,
GOT_ENTRY_SIZE
);
3214
->this_hdr.sh_entsize =
GOT_ENTRY_SIZE
;
elf32-s390.c
451
#define
GOT_ENTRY_SIZE
4
1608
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
;
1642
htab->elf.sgot->size +=
GOT_ENTRY_SIZE
;
1664
s->size +=
GOT_ENTRY_SIZE
;
1667
s->size +=
GOT_ENTRY_SIZE
;
1859
s->size +=
GOT_ENTRY_SIZE
;
1861
s->size +=
GOT_ENTRY_SIZE
;
1875
htab->elf.igotplt->size +=
GOT_ENTRY_SIZE
;
1888
htab->elf.sgot->size += 2 *
GOT_ENTRY_SIZE
;
2185
relocation = (plt_index *
GOT_ENTRY_SIZE
[
all
...]
elf32-tilepro.c
1035
#define
GOT_ENTRY_SIZE
TILEPRO_BYTES_PER_WORD
1037
#define GOTPLT_HEADER_SIZE (2 *
GOT_ENTRY_SIZE
)
1092
int got_offset = plt_index *
GOT_ENTRY_SIZE
+ GOTPLT_HEADER_SIZE;
2016
htab->sgotplt->size +=
GOT_ENTRY_SIZE
;
3642
htab->sgotplt->contents +
GOT_ENTRY_SIZE
);
3646
=
GOT_ENTRY_SIZE
;
3662
=
GOT_ENTRY_SIZE
;
3770
#define elf_backend_got_header_size
GOT_ENTRY_SIZE
elf64-s390.c
483
#define
GOT_ENTRY_SIZE
8
1762
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
;
1796
htab->elf.sgot->size +=
GOT_ENTRY_SIZE
;
1818
s->size +=
GOT_ENTRY_SIZE
;
1821
s->size +=
GOT_ENTRY_SIZE
;
1965
htab->elf.sgot->size += 3 *
GOT_ENTRY_SIZE
;
1966
htab->elf.sgotplt->size -= 3 *
GOT_ENTRY_SIZE
;
2029
s->size +=
GOT_ENTRY_SIZE
;
2031
s->size +=
GOT_ENTRY_SIZE
;
2046
htab->elf.igotplt->size +=
GOT_ENTRY_SIZE
;
[
all
...]
elfxx-tilegx.c
1158
#define
GOT_ENTRY_SIZE
(htab) TILEGX_ELF_WORD_BYTES (htab)
1160
#define GOTPLT_HEADER_SIZE(htab) (2 *
GOT_ENTRY_SIZE
(htab))
1259
int got_offset = (plt_index *
GOT_ENTRY_SIZE
(htab)
2266
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
(htab);
4033
+
GOT_ENTRY_SIZE
(htab));
4036
GOT_ENTRY_SIZE
(htab);
4053
GOT_ENTRY_SIZE
(htab);
elf32-hppa.c
142
#define
GOT_ENTRY_SIZE
4
1861
need +=
GOT_ENTRY_SIZE
;
1863
need +=
GOT_ENTRY_SIZE
* 2;
1865
need +=
GOT_ENTRY_SIZE
;
1881
need -=
GOT_ENTRY_SIZE
;
1883
need -=
GOT_ENTRY_SIZE
;
1884
return need * sizeof (Elf32_External_Rela) /
GOT_ENTRY_SIZE
;
2187
htab->etab.sgot->size += (
GOT_ENTRY_SIZE
* 2);
4118
off += 2 *
GOT_ENTRY_SIZE
;
4444
memset (sgot->contents +
GOT_ENTRY_SIZE
, 0, GOT_ENTRY_SIZE)
[
all
...]
elf64-x86-64.c
574
#define
GOT_ENTRY_SIZE
8
3397
off = (plt_index + 3) *
GOT_ENTRY_SIZE
;
3403
off = plt_index *
GOT_ENTRY_SIZE
;
3628
off = (plt_index + 3) *
GOT_ENTRY_SIZE
;
4653
+ 2 *
GOT_ENTRY_SIZE
<= htab->elf.sgotplt->size);
4694
htab->elf.sgot->contents + off +
GOT_ENTRY_SIZE
);
4699
htab->elf.sgot->contents + off +
GOT_ENTRY_SIZE
);
4702
outrel.r_offset +=
GOT_ENTRY_SIZE
;
5003
htab->elf.sgot->contents + off +
GOT_ENTRY_SIZE
);
5201
corresponds to this function. Each .got entry is
GOT_ENTRY_SIZE
[
all
...]
/src/external/gpl3/binutils.old/dist/bfd/
elf32-metag.c
29
#define
GOT_ENTRY_SIZE
4
2803
s->size +=
GOT_ENTRY_SIZE
;
2951
got_offset = plt_index *
GOT_ENTRY_SIZE
;
3246
memset (htab->etab.sgot->contents +
GOT_ENTRY_SIZE
, 0,
GOT_ENTRY_SIZE
);
3250
->this_hdr.sh_entsize =
GOT_ENTRY_SIZE
;
elf32-s390.c
451
#define
GOT_ENTRY_SIZE
4
1609
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
;
1643
htab->elf.sgot->size +=
GOT_ENTRY_SIZE
;
1665
s->size +=
GOT_ENTRY_SIZE
;
1668
s->size +=
GOT_ENTRY_SIZE
;
1860
s->size +=
GOT_ENTRY_SIZE
;
1862
s->size +=
GOT_ENTRY_SIZE
;
1876
htab->elf.igotplt->size +=
GOT_ENTRY_SIZE
;
1889
htab->elf.sgot->size += 2 *
GOT_ENTRY_SIZE
;
2179
relocation = (plt_index *
GOT_ENTRY_SIZE
[
all
...]
elf32-tilepro.c
1035
#define
GOT_ENTRY_SIZE
TILEPRO_BYTES_PER_WORD
1037
#define GOTPLT_HEADER_SIZE (2 *
GOT_ENTRY_SIZE
)
1092
int got_offset = plt_index *
GOT_ENTRY_SIZE
+ GOTPLT_HEADER_SIZE;
2016
htab->sgotplt->size +=
GOT_ENTRY_SIZE
;
3640
htab->sgotplt->contents +
GOT_ENTRY_SIZE
);
3644
=
GOT_ENTRY_SIZE
;
3660
=
GOT_ENTRY_SIZE
;
3768
#define elf_backend_got_header_size
GOT_ENTRY_SIZE
elf64-s390.c
483
#define
GOT_ENTRY_SIZE
8
1760
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
;
1794
htab->elf.sgot->size +=
GOT_ENTRY_SIZE
;
1816
s->size +=
GOT_ENTRY_SIZE
;
1819
s->size +=
GOT_ENTRY_SIZE
;
1963
htab->elf.sgot->size += 3 *
GOT_ENTRY_SIZE
;
1964
htab->elf.sgotplt->size -= 3 *
GOT_ENTRY_SIZE
;
2027
s->size +=
GOT_ENTRY_SIZE
;
2029
s->size +=
GOT_ENTRY_SIZE
;
2044
htab->elf.igotplt->size +=
GOT_ENTRY_SIZE
;
[
all
...]
elfxx-tilegx.c
1161
#define
GOT_ENTRY_SIZE
(htab) TILEGX_ELF_WORD_BYTES (htab)
1163
#define GOTPLT_HEADER_SIZE(htab) (2 *
GOT_ENTRY_SIZE
(htab))
1262
int got_offset = (plt_index *
GOT_ENTRY_SIZE
(htab)
2269
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
(htab);
4034
+
GOT_ENTRY_SIZE
(htab));
4037
GOT_ENTRY_SIZE
(htab);
4054
GOT_ENTRY_SIZE
(htab);
elf32-hppa.c
142
#define
GOT_ENTRY_SIZE
4
1861
need +=
GOT_ENTRY_SIZE
;
1863
need +=
GOT_ENTRY_SIZE
* 2;
1865
need +=
GOT_ENTRY_SIZE
;
1881
need -=
GOT_ENTRY_SIZE
;
1883
need -=
GOT_ENTRY_SIZE
;
1884
return need * sizeof (Elf32_External_Rela) /
GOT_ENTRY_SIZE
;
2187
htab->etab.sgot->size += (
GOT_ENTRY_SIZE
* 2);
4118
off += 2 *
GOT_ENTRY_SIZE
;
4443
memset (sgot->contents +
GOT_ENTRY_SIZE
, 0, GOT_ENTRY_SIZE)
[
all
...]
elf64-x86-64.c
574
#define
GOT_ENTRY_SIZE
8
3367
off = (plt_index + 3) *
GOT_ENTRY_SIZE
;
3373
off = plt_index *
GOT_ENTRY_SIZE
;
3598
off = (plt_index + 3) *
GOT_ENTRY_SIZE
;
4623
+ 2 *
GOT_ENTRY_SIZE
<= htab->elf.sgotplt->size);
4664
htab->elf.sgot->contents + off +
GOT_ENTRY_SIZE
);
4669
htab->elf.sgot->contents + off +
GOT_ENTRY_SIZE
);
4672
outrel.r_offset +=
GOT_ENTRY_SIZE
;
4974
htab->elf.sgot->contents + off +
GOT_ENTRY_SIZE
);
5181
corresponds to this function. Each .got entry is
GOT_ENTRY_SIZE
[
all
...]
/src/external/gpl3/gdb.old/dist/bfd/
elf32-metag.c
29
#define
GOT_ENTRY_SIZE
4
2802
s->size +=
GOT_ENTRY_SIZE
;
2949
got_offset = plt_index *
GOT_ENTRY_SIZE
;
3244
memset (htab->etab.sgot->contents +
GOT_ENTRY_SIZE
, 0,
GOT_ENTRY_SIZE
);
3248
->this_hdr.sh_entsize =
GOT_ENTRY_SIZE
;
elf32-s390.c
451
#define
GOT_ENTRY_SIZE
4
1609
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
;
1643
htab->elf.sgot->size +=
GOT_ENTRY_SIZE
;
1665
s->size +=
GOT_ENTRY_SIZE
;
1668
s->size +=
GOT_ENTRY_SIZE
;
1859
s->size +=
GOT_ENTRY_SIZE
;
1861
s->size +=
GOT_ENTRY_SIZE
;
1875
htab->elf.igotplt->size +=
GOT_ENTRY_SIZE
;
1888
htab->elf.sgot->size += 2 *
GOT_ENTRY_SIZE
;
2177
relocation = (plt_index *
GOT_ENTRY_SIZE
[
all
...]
elf32-tilepro.c
1035
#define
GOT_ENTRY_SIZE
TILEPRO_BYTES_PER_WORD
1037
#define GOTPLT_HEADER_SIZE (2 *
GOT_ENTRY_SIZE
)
1092
int got_offset = plt_index *
GOT_ENTRY_SIZE
+ GOTPLT_HEADER_SIZE;
2016
htab->sgotplt->size +=
GOT_ENTRY_SIZE
;
3638
htab->sgotplt->contents +
GOT_ENTRY_SIZE
);
3642
=
GOT_ENTRY_SIZE
;
3658
=
GOT_ENTRY_SIZE
;
3766
#define elf_backend_got_header_size
GOT_ENTRY_SIZE
elf64-s390.c
480
#define
GOT_ENTRY_SIZE
8
1548
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
;
1582
htab->elf.sgot->size +=
GOT_ENTRY_SIZE
;
1604
s->size +=
GOT_ENTRY_SIZE
;
1607
s->size +=
GOT_ENTRY_SIZE
;
1750
htab->elf.sgot->size += 3 *
GOT_ENTRY_SIZE
;
1751
htab->elf.sgotplt->size -= 3 *
GOT_ENTRY_SIZE
;
1814
s->size +=
GOT_ENTRY_SIZE
;
1816
s->size +=
GOT_ENTRY_SIZE
;
1831
htab->elf.igotplt->size +=
GOT_ENTRY_SIZE
;
[
all
...]
elfxx-tilegx.c
1161
#define
GOT_ENTRY_SIZE
(htab) TILEGX_ELF_WORD_BYTES (htab)
1163
#define GOTPLT_HEADER_SIZE(htab) (2 *
GOT_ENTRY_SIZE
(htab))
1262
int got_offset = (plt_index *
GOT_ENTRY_SIZE
(htab)
2269
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
(htab);
4032
+
GOT_ENTRY_SIZE
(htab));
4035
GOT_ENTRY_SIZE
(htab);
4052
GOT_ENTRY_SIZE
(htab);
elf32-hppa.c
142
#define
GOT_ENTRY_SIZE
4
1861
need +=
GOT_ENTRY_SIZE
;
1863
need +=
GOT_ENTRY_SIZE
* 2;
1865
need +=
GOT_ENTRY_SIZE
;
1881
need -=
GOT_ENTRY_SIZE
;
1883
need -=
GOT_ENTRY_SIZE
;
1884
return need * sizeof (Elf32_External_Rela) /
GOT_ENTRY_SIZE
;
2186
htab->etab.sgot->size += (
GOT_ENTRY_SIZE
* 2);
4117
off += 2 *
GOT_ENTRY_SIZE
;
4442
memset (sgot->contents +
GOT_ENTRY_SIZE
, 0, GOT_ENTRY_SIZE)
[
all
...]
/src/external/gpl3/gdb/dist/bfd/
elf32-metag.c
29
#define
GOT_ENTRY_SIZE
4
2766
s->size +=
GOT_ENTRY_SIZE
;
2914
got_offset = plt_index *
GOT_ENTRY_SIZE
;
3209
memset (htab->etab.sgot->contents +
GOT_ENTRY_SIZE
, 0,
GOT_ENTRY_SIZE
);
3213
->this_hdr.sh_entsize =
GOT_ENTRY_SIZE
;
elf32-s390.c
451
#define
GOT_ENTRY_SIZE
4
1609
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
;
1643
htab->elf.sgot->size +=
GOT_ENTRY_SIZE
;
1665
s->size +=
GOT_ENTRY_SIZE
;
1668
s->size +=
GOT_ENTRY_SIZE
;
1860
s->size +=
GOT_ENTRY_SIZE
;
1862
s->size +=
GOT_ENTRY_SIZE
;
1876
htab->elf.igotplt->size +=
GOT_ENTRY_SIZE
;
1889
htab->elf.sgot->size += 2 *
GOT_ENTRY_SIZE
;
2180
relocation = (plt_index *
GOT_ENTRY_SIZE
[
all
...]
elf32-tilepro.c
1035
#define
GOT_ENTRY_SIZE
TILEPRO_BYTES_PER_WORD
1037
#define GOTPLT_HEADER_SIZE (2 *
GOT_ENTRY_SIZE
)
1092
int got_offset = plt_index *
GOT_ENTRY_SIZE
+ GOTPLT_HEADER_SIZE;
2016
htab->sgotplt->size +=
GOT_ENTRY_SIZE
;
3641
htab->sgotplt->contents +
GOT_ENTRY_SIZE
);
3645
=
GOT_ENTRY_SIZE
;
3661
=
GOT_ENTRY_SIZE
;
3769
#define elf_backend_got_header_size
GOT_ENTRY_SIZE
elf64-s390.c
483
#define
GOT_ENTRY_SIZE
8
1760
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
;
1794
htab->elf.sgot->size +=
GOT_ENTRY_SIZE
;
1816
s->size +=
GOT_ENTRY_SIZE
;
1819
s->size +=
GOT_ENTRY_SIZE
;
1963
htab->elf.sgot->size += 3 *
GOT_ENTRY_SIZE
;
1964
htab->elf.sgotplt->size -= 3 *
GOT_ENTRY_SIZE
;
2027
s->size +=
GOT_ENTRY_SIZE
;
2029
s->size +=
GOT_ENTRY_SIZE
;
2044
htab->elf.igotplt->size +=
GOT_ENTRY_SIZE
;
[
all
...]
elfxx-tilegx.c
1161
#define
GOT_ENTRY_SIZE
(htab) TILEGX_ELF_WORD_BYTES (htab)
1163
#define GOTPLT_HEADER_SIZE(htab) (2 *
GOT_ENTRY_SIZE
(htab))
1262
int got_offset = (plt_index *
GOT_ENTRY_SIZE
(htab)
2269
htab->elf.sgotplt->size +=
GOT_ENTRY_SIZE
(htab);
4035
+
GOT_ENTRY_SIZE
(htab));
4038
GOT_ENTRY_SIZE
(htab);
4055
GOT_ENTRY_SIZE
(htab);
Completed in 73 milliseconds
1
2
Indexes created Sat Sep 12 00:25:55 UTC 2026