Home | History | Annotate | Download | only in perf

Lines Matching defs:reloc

419 #define SYMINFO_FLG_COPY	0x0004	/* Symbol is a copy-reloc */
636 #define DT_RELAENT 9 /* Size of one Rela reloc */
646 #define DT_RELENT 19 /* Size of one Rel reloc */
647 #define DT_PLTREL 20 /* Type of reloc in PLT */
649 #define DT_TEXTREL 22 /* Reloc might modify .text */
936 #define R_68K_NONE 0 /* No reloc */
966 #define R_386_NONE 0 /* No reloc */
994 #define R_SPARC_NONE 0 /* No reloc */
1262 #define R_MIPS_NONE 0 /* No reloc */
1460 #define R_PARISC_NONE 0 /* No reloc. */
1508 #define R_ALPHA_NONE 0 /* No reloc */
1610 /* This is a phony reloc to handle any old fashioned TOC16 references
1641 #define R_ARM_NONE 0 /* No reloc */
2213 struct Section *reloc; /* corresponding section for relocation, if any */
6519 vtop->c.ul = (cur_text_section->reloc->data_offset - sizeof(Elf32_Rel));
6556 rel = (Elf32_Rel *)(cur_text_section->reloc->data + vtop->c.ul);
18358 sr = s->reloc;
18368 s->reloc = sr;
18573 sr = s->reloc;
18666 fprintf(stderr,"FIXME: handle reloc type %x at %lx [%.8x] to %lx\n",
18692 fprintf(stderr,"FIXME: handle reloc type %x at %lx [%.8x] to %lx\n",
19710 if (s->reloc && s != s1->got)
20007 s1->sections[s->sh_info]->reloc = s;
20709 if (s->reloc)