/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 91 tag == DT_RUNPATH ) { in get_entry() 178 case DT_RUNPATH: in generic_get_entry_dyn() 230 case DT_RUNPATH: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 501 { DT_RUNPATH, "RUNPATH" },
|
H A D | elf_types.hpp | 1022 constexpr Elf_Word DT_RUNPATH = 29; member
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 54 DT_INIT_ARRAYSZ, DT_FINI_ARRAYSZ, DT_RUNPATH, in main()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 694 #define DT_RUNPATH 29 macro
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 1067 tag == DT_RUNPATH ) { in TEST() 1081 tag == DT_RUNPATH ) { in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1118 DT_RUNPATH = 29, // String table offset of lib search path. enumerator
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 934 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn() 935 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 934 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn() 935 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1003 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn() 1004 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 754 #define DT_RUNPATH 29 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 748 #define DT_RUNPATH 29 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 748 #define DT_RUNPATH 29 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 748 #define DT_RUNPATH 29 macro
|
/third_party/musl/include/ |
H A D | elf.h | 773 #define DT_RUNPATH 29 macro
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1622 [DT_RUNPATH] = { [DT_STRTAB] = true }, in check_dynamic() 1810 case DT_RUNPATH: in check_dynamic()
|
H A D | readelf.c | 1904 || dyn->d_tag == DT_RUNPATH) in handle_dynamic() 1936 case DT_RUNPATH: in handle_dynamic()
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 1790 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn() 1791 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn() 5353 if (search_vec(task->p->dynv, &runpath_offset, DT_RUNPATH)) in load_library_header()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 1978 if (dyn[0]&(1<<DT_RUNPATH)) in decode_dyn() 1979 p->rpath_orig = p->strings + dyn[DT_RUNPATH]; in decode_dyn() 5742 if (search_vec(task->p->dynv, &runpath_offset, DT_RUNPATH)) in load_library_header()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 902 #define DT_RUNPATH 29 /* Library search path */ macro
|