BFEVFL: Difference between revisions

11 bytes added ,  2 years ago
m
→‎Relocation table: fix code formatting
(→‎Header: fix missing level of indirection for flowcharts and timelines)
m (→‎Relocation table: fix code formatting)
Line 78: Line 78:
Note: the number of sections is almost always 1 because a single section can already fit 2^32 - 1 entries. If you need more than 4 billion entries, you are probably doing something ''very wrong''.
Note: the number of sections is almost always 1 because a single section can already fit 2^32 - 1 entries. If you need more than 4 billion entries, you are probably doing something ''very wrong''.


The table base pointer is calculated as follows: `reinterpret_cast<char*>(&table) - table_start_offset`
The table base pointer is calculated as follows: <code>reinterpret_cast<char*>(&table) - table_start_offset</code>


==== Relocation table section ====
==== Relocation table section ====