OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reloc_entry
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/acorn32/stand/boot32/
boot32.c
233
u_long *
reloc_entry
, current_length, length;
local in function:compact_relocations
237
current_entry =
reloc_entry
= reloc_instruction_table + 1;
240
current_src =
reloc_entry
[0];
241
current_destination =
reloc_entry
[1];
242
current_length =
reloc_entry
[2];
244
reloc_entry
+= 3;
245
while (
reloc_entry
< reloc_pos) {
246
src =
reloc_entry
[0];
247
destination =
reloc_entry
[1];
248
length =
reloc_entry
[2]
[
all
...]
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025