Changeset e28175d in mainline for uspace/lib/c/arch/ia64/include/libarch/rtld/elf_dyn.h
- Timestamp:
- 2020-03-15T10:44:02Z (6 years ago)
- Parents:
- b401b33 (diff), 44dde42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- heiducteam <tristanided@…> (2020-03-15 10:44:02)
- git-committer:
- GitHub <noreply@…> (2020-03-15 10:44:02)
- File:
-
- 1 moved
-
uspace/lib/c/arch/ia64/include/libarch/rtld/elf_dyn.h (moved) (moved from uspace/lib/draw/codec/tga.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/libarch/rtld/elf_dyn.h
rb401b33 re28175d 1 1 /* 2 * Copyright (c) 2011 Martin Decky 3 * Copyright (c) 2011 Petr Koupy 2 * Copyright (c) 2019 Jiri Svoboda 4 3 * All rights reserved. 5 4 * … … 28 27 */ 29 28 30 /** @addtogroup draw29 /** @addtogroup generic 31 30 * @{ 32 31 */ 33 /** 34 * @file 32 /** @file ia64 dynamic relocation types 35 33 */ 36 34 37 #ifndef DRAW_CODEC_TGA_H_38 #define DRAW_CODEC_TGA_H_35 #ifndef LIBC_ia64_RTLD_ELF_DYN_H_ 36 #define LIBC_ia64_RTLD_ELF_DYN_H_ 39 37 40 #include <stddef.h> 41 #include "../surface.h" 42 43 extern surface_t *decode_tga(void *, size_t, surface_flags_t); 44 extern bool encode_tga(surface_t *, void **, size_t *); 38 #define R_IA_64_DIR64LSB 0x27 39 #define R_IA_64_FPTR64LSB 0x47 40 #define R_IA_64_REL64LSB 0x6f 41 #define R_IA_64_IPLTLSB 0x81 42 #define R_IA_64_DTPMOD64LSB 0xa7 43 #define R_IA_64_DTPREL64LSB 0xb7 45 44 46 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
