Searched defs:reloc (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/backends/
H A Dcommon-reloc.c1 /* Common code for ebl reloc functions.
36 #define RELOC_TYPES STRINGIFIED_PASTE (BACKEND, reloc.def)
41 /* Provide a table of reloc type names, in a PIC-friendly fashion. */
83 EBLHOOK(reloc_type_name) (int reloc, argument
87 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0)
88 return &reloc_namestr[EBLHOOK(reloc_nameidx)[reloc]];
93 EBLHOOK(reloc_type_check) (int reloc) argument
95 return reloc >
99 reloc_valid_use(Elf *elf, int reloc) argument
113 copy_reloc_p(int reloc) argument
119 none_reloc_p(int reloc) argument
126 relative_reloc_p(int reloc) argument
[all...]
/external/chromium/base/win/
H A Dpe_image.cc319 PWORD reloc = reinterpret_cast<PWORD>(base + 1); local
323 for (UINT i = 0; i < num_relocs; i++, reloc++) {
324 WORD type = *reloc >> 12;
325 PVOID address = RVAToAddr(base->VirtualAddress + (*reloc & 0x0FFF));
/external/linux-tools-perf/util/
H A Dmap.c485 s64 reloc; local
490 reloc = (kmap->ref_reloc_sym->unrelocated_addr -
493 if (!reloc)
498 self->pgoff = reloc;
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp702 const coff_relocation *reloc = toRel(Rel); local
706 switch (reloc->Type) {
729 switch (reloc->Type) {
761 const coff_relocation *reloc = toRel(Rel); local
763 if (error_code ec = getSymbol(reloc->SymbolTableIndex, symb)) return ec;
/external/qemu/hw/
H A Dpc.c522 uint8_t rom[512], *p, *reloc; local
545 reloc = p;
556 *reloc = (p - rom);
/external/iproute2/misc/
H A Dss.c785 /* Relocate external jumps by reloc. */
786 static void ssfilter_patch(char *a, int len, int reloc) argument
791 op->no += reloc;
/external/valgrind/main/perf/
H A Dtinycc.c419 #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 */
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 */
2211 struct Section *reloc; /* corresponding section for relocation, if any */ member in struct:Section
[all...]

Completed in 233 milliseconds