Searched refs:target_type (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.h80 u_int target_type:3; member in struct:kxld_reloc
H A Dkxld_reloc.c298 /* Pull out the data from the relocation entries. The target_type
311 reloc->target_type = KXLD_TARGET_LOOKUP;
320 reloc->target_type = KXLD_TARGET_SECTNUM;
323 reloc->target_type = KXLD_TARGET_SYMBOLNUM;
469 switch (reloc->target_type) {
746 require_action(reloc->target_type == KXLD_TARGET_SYMBOLNUM,
824 switch(reloc->target_type) {
1026 switch (reloc->target_type) {

Completed in 20 milliseconds