Lines Matching defs:ELF
1884 ELF Code Object
1887 The AMDGPU backend generates a standard ELF [ELF]_ relocatable code object that
1888 can be linked by ``lld`` to produce a standard ELF shared code object which can
1896 The AMDGPU backend uses the following ELF header:
1898 .. table:: AMDGPU ELF Header
1929 .. table:: AMDGPU ELF Header Enumeration Values
1950 The ELF class is:
2030 The AMDGPU backend uses the following ELF header flags:
2032 .. table:: AMDGPU ELF Header ``e_flags`` for Code Object V2
2059 .. table:: AMDGPU ELF Header ``e_flags`` for Code Object V3
2094 .. table:: AMDGPU ELF Header ``e_flags`` for Code Object V4 and V5
2121 .. table:: AMDGPU ELF Header ``e_flags`` for Code Object V6 and After
2243 An AMDGPU target ELF code object has the standard ELF sections which include:
2245 .. table:: AMDGPU ELF Sections
2269 These sections have their standard meanings (see [ELF]_) and are only generated
2304 The AMDGPU backend code object contains ELF note records in the ``.note``
2324 The AMDGPU backend code object uses the following ELF note record in the
2332 .. table:: AMDGPU Code Object V2 ELF Note Records
2349 .. table:: AMDGPU Code Object V2 ELF Note Record Enumeration Values
2490 The AMDGPU backend code object uses the following ELF note record in the
2498 .. table:: AMDGPU Code Object V3 and Above ELF Note Records
2513 .. table:: AMDGPU Code Object V3 and Above ELF Note Record Enumeration Values
2539 .. table:: AMDGPU ELF Symbols
2629 the difference between the ELF address and the actual load address.
2634 .. table:: AMDGPU ELF Relocation Records
2672 The AMD GPU code object loader represents the path of the ELF shared object from
2674 Note that the code object is the in memory loaded relocated form of the ELF
2676 addresses in the same process from the same ELF shared object.
2731 AMDGPU generates DWARF [DWARF]_ debugging information ELF sections (see
3511 The instruction set must be obtained from the ELF file header ``e_flags`` field
3512 in the ``EF_AMDGPU_MACH`` bit position (see :ref:`ELF Header
3705 descriptor ELF symbol.
4130 descriptor ELF symbol.
17124 ".entry_point" string The ELF symbol pointing to this pipeline's stage entry point.
17157 *symbol name* map *symbol name* is the ELF symbol name of the shader function code
17219 buffer to one or more shaders in that pipeline. The ELF code object must
17296 section of the ELF. The high 32 bits of the address match the high 32 bits
18404 .. [ELF] `Executable and Linkable Format (ELF) <http://www.sco.com/developers/gabi/>`__