OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dynrel
(Results
26 - 27
of
27
) sorted by null
1
2
/toolchain/binutils/binutils-2.25/bfd/
sunos.c
96
void *
dynrel
;
member in struct:sunos_dynamic_info
140
info->
dynrel
= NULL;
446
if (info->
dynrel
== NULL)
449
info->
dynrel
= bfd_alloc (abfd, size);
450
if (info->
dynrel
== NULL && size != 0)
453
|| bfd_bread ((void *) info->
dynrel
, size, abfd) != size)
455
if (info->
dynrel
!= NULL)
457
bfd_release (abfd, info->
dynrel
);
458
info->
dynrel
= NULL;
482
p = (struct reloc_ext_external *) info->
dynrel
;
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
powerpc.cc
3119
unsigned int
dynrel
= elfcpp::R_POWERPC_JMP_SLOT;
local
3136
unsigned int
dynrel
= elfcpp::R_POWERPC_IRELATIVE;
local
3157
unsigned int
dynrel
= elfcpp::R_POWERPC_IRELATIVE;
local
5573
unsigned int
dynrel
= (is_ifunc ? elfcpp::R_POWERPC_IRELATIVE
local
5688
unsigned int
dynrel
= (is_ifunc ? elfcpp::R_POWERPC_IRELATIVE
local
5998
unsigned int
dynrel
= (is_ifunc ? elfcpp::R_POWERPC_IRELATIVE
local
6142
unsigned int
dynrel
= (is_ifunc ? elfcpp::R_POWERPC_IRELATIVE
local
6148
unsigned int
dynrel
= elfcpp::R_POWERPC_GLOB_DAT;
local
6198
unsigned int
dynrel
= elfcpp::R_POWERPC_TPREL;
local
6279
unsigned int
dynrel
= elfcpp::R_POWERPC_TPREL;
local
[
all
...]
Completed in 5326 milliseconds
1
2