OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nrel
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/
elf-m10200.c
794
Elf_Internal_Rela *
nrel
;
816
nrel
= irel + 1;
817
if (
nrel
== irelend
818
|| irel->r_offset + 2 !=
nrel
->r_offset
819
|| ELF32_R_TYPE (
nrel
->r_info) != (int) R_MN10200_PCREL8)
917
irel->r_info =
nrel
->r_info;
920
nrel
->r_info = ELF32_R_INFO (ELF32_R_SYM (
nrel
->r_info),
793
Elf_Internal_Rela *
nrel
;
local
[
all
...]
elf32-m68hc11.c
767
Elf_Internal_Rela *
nrel
;
787
nrel
= irel + 1;
788
if (
nrel
== irelend
789
|| irel->r_offset + 3 !=
nrel
->r_offset
790
|| ELF32_R_TYPE (
nrel
->r_info) != (int) R_M68HC11_16)
765
Elf_Internal_Rela *
nrel
;
local
[
all
...]
elf64-alpha.c
3279
Elf_Internal_Rela
nrel
;
local
[
all
...]
elf-m10300.c
3720
Elf_Internal_Rela *
nrel
;
local
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-m68k.c
372
int
nrel
; /* Num of reloc strucs in use. */
member in struct:m68k_it
431
for (z = 0; z < the_ins.
nrel
; z++)
444
the_ins.reloc[the_ins.
nrel
].n = (width == 'B' || width == '3'
449
the_ins.reloc[the_ins.
nrel
].exp = exp->exp;
450
the_ins.reloc[the_ins.
nrel
].wid = width;
451
the_ins.reloc[the_ins.
nrel
].pcrel_fix = pc_fix;
453
the_ins.reloc[the_ins.
nrel
].pic_reloc = exp->pic_reloc;
455
the_ins.reloc[the_ins.
nrel
++].pcrel = pc_rel;
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c
539
printf (" # Name paddr vaddr size scnptr relptr lnnoptr
nrel
nlnno\n");
932
unsigned int
nrel
= sect->nreloc;
local
935
if (
nrel
== 0)
937
printf (_("Relocations for %s (%u)\n"), sect->name,
nrel
);
local
945
for (j = 0; j <
nrel
; j++)
[
all
...]
Completed in 572 milliseconds