/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 90 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 D | elfio_dump.hpp | 487 { DT_RPATH, "RPATH" },
|
H A D | elf_types.hpp | 1008 constexpr Elf_Word DT_RPATH = 15; member
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 50 DT_INIT, DT_FINI, DT_SONAME, DT_RPATH, in main()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 680 #define DT_RPATH 15 macro
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 1066 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 D | ELF.h | 1104 DT_RPATH = 15, // String table offset of library search path. enumerator
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 932 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 D | dynlink.c | 932 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 D | elflint.c | 1617 [DT_RPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1630 [DT_RPATH] = true, in check_dynamic() 1809 case DT_RPATH: in check_dynamic()
|
H A D | readelf.c | 1903 || dyn->d_tag == DT_RPATH in handle_dynamic() 1932 case DT_RPATH: in handle_dynamic()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1001 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 D | elf.h | 740 #define DT_RPATH 15 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 734 #define DT_RPATH 15 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 734 #define DT_RPATH 15 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 734 #define DT_RPATH 15 macro
|
/third_party/musl/include/ |
H A D | elf.h | 759 #define DT_RPATH 15 macro
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1788 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 D | dynlink.c | 1976 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 D | elf.h | 888 #define DT_RPATH 15 /* Library search path (deprecated) */ macro
|