OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:R_386_GOT32X
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/arch/i386/include/
elf_machdep.h
56
#define
R_386_GOT32X
43
/src/external/gpl3/binutils/dist/include/elf/
i386.h
70
RELOC_NUMBER (
R_386_GOT32X
, 43)
/src/external/gpl3/binutils.old/dist/include/elf/
i386.h
70
RELOC_NUMBER (
R_386_GOT32X
, 43)
/src/external/gpl3/gdb.old/dist/include/elf/
i386.h
70
RELOC_NUMBER (
R_386_GOT32X
, 43)
/src/external/gpl3/gdb/dist/include/elf/
i386.h
70
RELOC_NUMBER (
R_386_GOT32X
, 43)
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86ELFObjectWriter.cpp
272
// Older versions of ld.bfd/ld.gold/lld do not support
R_386_GOT32X
and we
278
? ELF::
R_386_GOT32X
/src/external/gpl3/binutils/dist/bfd/
elf32-i386.c
140
HOWTO(
R_386_GOT32X
, 0, 4, 32, false, 0, complain_overflow_dont,
141
bfd_elf_generic_reloc, "
R_386_GOT32X
",
145
#define R_386_ext2 (
R_386_GOT32X
+ 1 - R_386_tls_offset)
331
return &elf_howto_table[
R_386_GOT32X
- R_386_tls_offset];
975
return ((ELF32_R_TYPE (rel[1].r_info) ==
R_386_GOT32X
1270
/* Addend for
R_386_GOT32X
relocations must be 0. */
1307
/* For PIC, disallow
R_386_GOT32X
without a base register
1318
(_("%pB: direct GOT relocation
R_386_GOT32X
against `%s' without base"
1349
/* Try to convert
R_386_GOT32X
. Get the symbol referred to by the
1394
/* Convert
R_386_GOT32X
to R_386_PC32. *
[
all
...]
elfxx-x86.h
59
((TYPE) == R_386_GOT32 || (TYPE) ==
R_386_GOT32X
)
elfxx-x86.c
2240
|| r_type ==
R_386_GOT32X
);
/src/external/gpl3/binutils.old/dist/bfd/
elf32-i386.c
140
HOWTO(
R_386_GOT32X
, 0, 4, 32, false, 0, complain_overflow_dont,
141
bfd_elf_generic_reloc, "
R_386_GOT32X
",
145
#define R_386_ext2 (
R_386_GOT32X
+ 1 - R_386_tls_offset)
331
return &elf_howto_table[
R_386_GOT32X
- R_386_tls_offset];
975
return ((ELF32_R_TYPE (rel[1].r_info) ==
R_386_GOT32X
1261
/* Addend for
R_386_GOT32X
relocations must be 0. */
1298
/* For PIC, disallow
R_386_GOT32X
without a base register
1309
(_("%pB: direct GOT relocation
R_386_GOT32X
against `%s' without base"
1340
/* Try to convert
R_386_GOT32X
. Get the symbol referred to by the
1385
/* Convert
R_386_GOT32X
to R_386_PC32. *
[
all
...]
elfxx-x86.h
59
((TYPE) == R_386_GOT32 || (TYPE) ==
R_386_GOT32X
)
elfxx-x86.c
2222
|| r_type ==
R_386_GOT32X
);
/src/external/gpl3/gdb.old/dist/bfd/
elf32-i386.c
140
HOWTO(
R_386_GOT32X
, 0, 4, 32, false, 0, complain_overflow_dont,
141
bfd_elf_generic_reloc, "
R_386_GOT32X
",
145
#define R_386_ext2 (
R_386_GOT32X
+ 1 - R_386_tls_offset)
331
return &elf_howto_table[
R_386_GOT32X
- R_386_tls_offset];
969
return ((ELF32_R_TYPE (rel[1].r_info) ==
R_386_GOT32X
1251
/* Addend for
R_386_GOT32X
relocations must be 0. */
1288
/* For PIC, disallow
R_386_GOT32X
without a base register
1299
(_("%pB: direct GOT relocation
R_386_GOT32X
against `%s' without base"
1313
/* Try to convert
R_386_GOT32X
. Get the symbol referred to by the
1358
/* Convert
R_386_GOT32X
to R_386_PC32. *
[
all
...]
elfxx-x86.h
59
((TYPE) == R_386_GOT32 || (TYPE) ==
R_386_GOT32X
)
elfxx-x86.c
2229
|| r_type ==
R_386_GOT32X
);
/src/external/gpl3/gdb/dist/bfd/
elf32-i386.c
140
HOWTO(
R_386_GOT32X
, 0, 4, 32, false, 0, complain_overflow_dont,
141
bfd_elf_generic_reloc, "
R_386_GOT32X
",
145
#define R_386_ext2 (
R_386_GOT32X
+ 1 - R_386_tls_offset)
331
return &elf_howto_table[
R_386_GOT32X
- R_386_tls_offset];
969
return ((ELF32_R_TYPE (rel[1].r_info) ==
R_386_GOT32X
1255
/* Addend for
R_386_GOT32X
relocations must be 0. */
1292
/* For PIC, disallow
R_386_GOT32X
without a base register
1303
(_("%pB: direct GOT relocation
R_386_GOT32X
against `%s' without base"
1334
/* Try to convert
R_386_GOT32X
. Get the symbol referred to by the
1379
/* Convert
R_386_GOT32X
to R_386_PC32. *
[
all
...]
elfxx-x86.h
59
((TYPE) == R_386_GOT32 || (TYPE) ==
R_386_GOT32X
)
elfxx-x86.c
2234
|| r_type ==
R_386_GOT32X
);
/src/external/gpl3/gcc.old/dist/gcc/
configure
27799
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for
R_386_GOT32X
reloc" >&5
27800
$as_echo_n "checking assembler for
R_386_GOT32X
reloc... " >&6; }
27817
| grep
R_386_GOT32X
> /dev/null 2>&1 \
/src/external/gpl3/gcc/dist/gcc/
configure
29834
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking assembler for
R_386_GOT32X
reloc" >&5
29835
$as_echo_n "checking assembler for
R_386_GOT32X
reloc... " >&6; }
29852
| grep
R_386_GOT32X
> /dev/null 2>&1 \
[
all
...]
Completed in 68 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026