Searched refs:DT_RELENT (Results 1 - 14 of 14) sorted by relevance
/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 174 case DT_RELENT: in generic_get_entry_dyn() 226 case DT_RELENT: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 491 { DT_RELENT, "RELENT" },
|
H A D | elf_types.hpp | 1012 constexpr Elf_Word DT_RELENT = 19; member
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 51 DT_SYMBOLIC, DT_REL, DT_RELSZ, DT_RELENT, in main()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 684 #define DT_RELENT 19 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1108 DT_RELENT = 19, // Size of a Rel relocation entry. enumerator
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1618 [DT_REL] = { [DT_RELSZ] = true, [DT_RELENT] = true }, in check_dynamic() 1620 [DT_RELENT] = { [DT_REL] = true }, in check_dynamic() 1876 if ((has_dt[DT_REL] || has_dt[DT_RELSZ] || has_dt[DT_RELENT]) in check_dynamic() 1877 && (!has_dt[DT_REL] || !has_dt[DT_RELSZ] || !has_dt[DT_RELENT])) in check_dynamic() 1881 "DT_REL", "DT_RELSZ", "DT_RELENT"); in check_dynamic()
|
H A D | readelf.c | 1946 case DT_RELENT: in handle_dynamic()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 744 #define DT_RELENT 19 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 738 #define DT_RELENT 19 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 738 #define DT_RELENT 19 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 738 #define DT_RELENT 19 macro
|
/third_party/musl/include/ |
H A D | elf.h | 763 #define DT_RELENT 19 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 892 #define DT_RELENT 19 /* Size of one Rel reloc */ macro
|
Completed in 94 milliseconds