Home
last modified time | relevance | path

Searched refs:DT_RPATH (Results 1 - 20 of 20) sorted by relevance

/third_party/elfio/elfio/
H A Delfio_dynamic.hpp90 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in get_entry()
172 case DT_RPATH: in generic_get_entry_dyn()
224 case DT_RPATH: in generic_add_entry_dyn()
H A Delfio_dump.hpp487 { DT_RPATH, "RPATH" },
H A Delf_types.hpp1008 constexpr Elf_Word DT_RPATH = 15; member
/third_party/elfutils/tests/
H A Dalldts.c50 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH, in main()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp680 #define DT_RPATH 15 macro
/third_party/elfio/tests/
H A DELFIOTest.cpp1066 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in TEST()
1080 if ( tag == DT_NEEDED || tag == DT_SONAME || tag == DT_RPATH || in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1104 DT_RPATH = 15, // String table offset of library search path. enumerator
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c932 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()
933 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c932 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()
933 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
/third_party/elfutils/src/
H A Delflint.c1617 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic()
1630 [DT_RPATH] = true, in check_dynamic()
1809 case DT_RPATH: in check_dynamic()
H A Dreadelf.c1903 || dyn->d_tag == DT_RPATH in handle_dynamic()
1932 case DT_RPATH: in handle_dynamic()
/third_party/musl/ldso/
H A Ddynlink.c1001 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()
1002 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
/third_party/musl/porting/linux/user/include/
H A Delf.h740 #define DT_RPATH 15 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h734 #define DT_RPATH 15 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h734 #define DT_RPATH 15 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h734 #define DT_RPATH 15 macro
/third_party/musl/include/
H A Delf.h759 #define DT_RPATH 15 macro
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1788 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()
1789 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
5351 if (search_vec(task->p->dynv, &rpath_offset, DT_RPATH)) in load_library_header()
/third_party/musl/ldso/linux/
H A Ddynlink.c1976 if (dyn[0]&(1<<DT_RPATH)) in decode_dyn()
1977 p->rpath_orig = p->strings + dyn[DT_RPATH]; in decode_dyn()
5740 if (search_vec(task->p->dynv, &rpath_offset, DT_RPATH)) in load_library_header()
/third_party/elfutils/libelf/
H A Delf.h888 #define DT_RPATH 15 /* Library search path (deprecated) */ macro

Completed in 123 milliseconds