Lines Matching refs:u_int

75 #define KXLD_TARGET_NONE        (u_int) 0x0
76 #define KXLD_TARGET_VALUE (u_int) 0x1
77 #define KXLD_TARGET_SECTNUM (u_int) 0x2
78 #define KXLD_TARGET_SYMBOLNUM (u_int) 0x3
79 #define KXLD_TARGET_LOOKUP (u_int) 0x4
80 #define KXLD_TARGET_GOT (u_int) 0x5
111 static boolean_t generic_reloc_has_pair(u_int _type)
113 static u_int generic_reloc_get_pair_type(u_int _prev_type)
115 static boolean_t generic_reloc_has_got(u_int _type)
118 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
119 kxld_addr_t link_pc, kxld_addr_t link_disp, u_int type, kxld_addr_t target,
124 static boolean_t x86_64_reloc_has_pair(u_int _type)
126 static u_int x86_64_reloc_get_pair_type(u_int _prev_type)
128 static boolean_t x86_64_reloc_has_got(u_int _type)
131 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
132 kxld_addr_t link_pc, kxld_addr_t link_disp, u_int type, kxld_addr_t target,
139 static boolean_t arm_reloc_has_pair(u_int _type)
141 static u_int arm_reloc_get_pair_type(u_int _prev_type)
143 static boolean_t arm_reloc_has_got(u_int _type)
146 u_char *instruction, u_int length, u_int pcrel, kxld_addr_t base_pc,
147 kxld_addr_t link_pc, kxld_addr_t link_disp, u_int type, kxld_addr_t target,
162 static u_int count_relocatable_relocs(const KXLDRelocator *relocator,
163 const struct relocation_info *relocs, u_int nrelocs)
253 const struct relocation_info *srcs, u_int nsrcs)
257 u_int nrelocs = 0;
260 u_int i = 0;
261 u_int reloc_index = 0;
379 static u_int
381 const struct relocation_info *relocs, u_int nrelocs)
383 u_int num_nonpair_relocs = 0;
384 u_int i = 0;
430 kxld_relocator_has_pair(const KXLDRelocator *relocator, u_int r_type)
439 u_int
441 u_int prev_r_type)
451 kxld_relocator_has_got(const KXLDRelocator *relocator, u_int r_type)
492 kxld_size_t offset, u_int *idx)
496 u_int i = 0;
522 u_int i = 0;
742 kxld_reloc_update_symindex(KXLDReloc *reloc, u_int symindex)
932 u_int i = 0;
986 u_int i = 0;
1014 u_int i = 0;
1109 generic_reloc_has_pair(u_int _type)
1119 static u_int
1120 generic_reloc_get_pair_type(u_int _prev_type __unused)
1127 static boolean_t generic_reloc_has_got(u_int _type __unused)
1136 u_int length, u_int pcrel, kxld_addr_t _base_pc, kxld_addr_t _link_pc,
1137 kxld_addr_t _link_disp __unused, u_int _type, kxld_addr_t _target,
1198 x86_64_reloc_has_pair(u_int _type)
1207 static u_int
1208 x86_64_reloc_get_pair_type(u_int _prev_type __unused)
1216 x86_64_reloc_has_got(u_int _type)
1227 u_int length, u_int pcrel, kxld_addr_t _base_pc __unused,
1228 kxld_addr_t _link_pc, kxld_addr_t _link_disp, u_int _type,
1424 arm_reloc_has_pair(u_int _type)
1439 static u_int
1440 arm_reloc_get_pair_type(u_int _prev_type __unused)
1448 arm_reloc_has_got(u_int _type __unused)
1457 u_int length, u_int pcrel, kxld_addr_t _base_pc __unused,
1459 u_int _type __unused, kxld_addr_t _target __unused,