OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relocation_info
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/arch/arm/include/
aout_machdep.h
54
#define
relocation_info
relocation_info_arm6
macro
/src/sys/arch/hppa/include/
aout_machdep.h
55
#define
relocation_info
relocation_info_hppa
macro
/src/sys/arch/mips/include/
reloc.h
72
#define
relocation_info
reloc_info_mips
macro
/src/sys/arch/powerpc/include/
aout_machdep.h
51
#define
relocation_info
relocation_info_ppc
macro
/src/sys/arch/vax/include/
aout_machdep.h
47
#define
relocation_info
relocation_info_vax
macro
/src/sys/arch/x86/include/
aout_machdep.h
47
#define
relocation_info
relocation_info_i386
macro
/src/tools/arm-elf2aout/machine/
aout_machdep.h
54
#define
relocation_info
relocation_info_arm6
macro
/src/sys/arch/m68k/include/
aout_machdep.h
56
#define
relocation_info
relocation_info_m68k
macro
/src/tools/m68k-elf2aout/machine/
aout_machdep.h
56
#define
relocation_info
relocation_info_m68k
macro
/src/usr.bin/crunch/crunchide/
exec_aout.c
53
struct
relocation_info
*textrel, *datarel;
75
static void check_reloc(const char *filename, struct
relocation_info
*relp);
102
struct
relocation_info
*relp;
138
textrel = (struct
relocation_info
*) (aoutdata + N_RELOFF(*hdrp));
139
datarel = (struct
relocation_info
*) (aoutdata + N_RELOFF(*hdrp) +
142
textrel = (struct
relocation_info
*) (aoutdata + N_TRELOFF(*hdrp));
143
datarel = (struct
relocation_info
*) (aoutdata + N_DRELOFF(*hdrp));
148
ntextrel = hdrp->a_trsize / sizeof(struct
relocation_info
);
149
ndatarel = hdrp->a_drsize / sizeof(struct
relocation_info
);
196
static void check_reloc(const char *filename, struct
relocation_info
*relp
[
all
...]
/src/sys/arch/sparc/include/
aout_machdep.h
59
#define
relocation_info
relocation_info_sparc
macro
/src/external/gpl3/gdb/dist/include/
bout.h
169
#define b_out_relocation_info
relocation_info
170
struct
relocation_info
struct
/src/external/gpl3/gdb.old/dist/include/
bout.h
169
#define b_out_relocation_info
relocation_info
170
struct
relocation_info
struct
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.h
163
MachO::
relocation_info
167
MachO::
relocation_info
RI;
MachO_arm64.cpp
35
getRelocationKind(const MachO::
relocation_info
&RI) {
103
const MachO::
relocation_info
&SubRI,
217
MachO::
relocation_info
RI = getRelocationInfo(RelItr);
MachO_x86_64.cpp
54
getRelocKind(const MachO::
relocation_info
&RI) {
122
const MachO::
relocation_info
&SubRI, JITTargetAddress FixupAddress,
237
MachO::
relocation_info
RI = getRelocationInfo(RelItr);
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
366
BigSize *= sizeof(struct MachO::
relocation_info
);
370
"struct
relocation_info
) of section " +
376
MachO::
relocation_info
),
559
BigSize *= sizeof(MachO::
relocation_info
);
563
"(struct
relocation_info
) of LC_DYSYMTAB command " +
568
sizeof(MachO::
relocation_info
),
576
BigSize *= sizeof(MachO::
relocation_info
);
580
"(struct
relocation_info
) of LC_DYSYMTAB command " +
585
sizeof(MachO::
relocation_info
),
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h
390
// llvm::MachO::
relocation_info
structure when r_extern is 0.
394
// llvm::MachO::
relocation_info
structure.
400
// llvm::MachO::
relocation_info
or llvm::MachO::scattered_relocation_info
411
// llvm::MachO::
relocation_info
or llvm::MachO::scattered_relocation_info
431
// llvm::MachO::
relocation_info
or llvm::MachO::scattered_relocation_info
445
// llvm::MachO::
relocation_info
or llvm::MachO::scattered_relocation_info
472
// llvm::MachO::
relocation_info
or llvm::MachO::scattered_relocation_info
957
struct
relocation_info
{
struct
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
8685
if (reloff + nreloc * sizeof(struct MachO::
relocation_info
) > object_size)
8937
big_size *= sizeof(struct MachO::
relocation_info
);
8950
big_size *= sizeof(struct MachO::
relocation_info
);
Completed in 66 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026