Home
last modified time | relevance | path

Searched refs:R_386_RELATIVE (Results 1 - 13 of 13) sorted by relevance

/third_party/elfio/tests/
H A DELFIOTest1.cpp109 rel_writer.add_entry( 11, nSymIndex, (unsigned char)R_386_RELATIVE ); in write_obj_i386()
116 // 0, (unsigned char)R_386_RELATIVE ); in write_obj_i386()
806 rela.add_entry( 1, sym1, R_386_RELATIVE ); in TEST()
807 rela.add_entry( 8, sym8, R_386_RELATIVE ); in TEST()
808 rela.add_entry( 6, sym6, R_386_RELATIVE ); in TEST()
809 rela.add_entry( 2, sym2, R_386_RELATIVE ); in TEST()
810 rela.add_entry( 3, sym3, R_386_RELATIVE ); in TEST()
811 rela.add_entry( 8, sym8, R_386_RELATIVE ); in TEST()
812 rela.add_entry( 7, sym7, R_386_RELATIVE ); in TEST()
813 rela.add_entry( 2, sym2, R_386_RELATIVE ); in TEST()
[all...]
/third_party/musl/arch/i386/
H A Dreloc.h7 #define REL_RELATIVE R_386_RELATIVE
/third_party/elfio/examples/write_obj/
H A Dwrite_obj.cpp111 (unsigned char)R_386_RELATIVE ); in main()
118 // place_to_adjust, (unsigned char)R_386_RELATIVE ); in main()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp573 #define R_386_RELATIVE 8 macro
/third_party/elfio/elfio/
H A Delfio_relocation.hpp170 case R_386_RELATIVE: // B + A in get_entry()
H A Delf_types.hpp753 constexpr unsigned R_386_RELATIVE = 8; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp162 return ELF::R_386_RELATIVE; in getELFRelativeRelocationType()
/third_party/musl/porting/linux/user/include/
H A Delf.h1178 #define R_386_RELATIVE 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h1169 #define R_386_RELATIVE 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h1169 #define R_386_RELATIVE 8 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h1169 #define R_386_RELATIVE 8 macro
/third_party/musl/include/
H A Delf.h1205 #define R_386_RELATIVE 8 macro
/third_party/elfutils/libelf/
H A Delf.h1495 #define R_386_RELATIVE 8 /* Adjust by program base */ macro

Completed in 69 milliseconds