Home
last modified time | relevance | path

Searched refs:N_SECT (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h134 #define N_SECT 0xe /* defined in section number n_sect */ macro
/xnu-10002.81.5/libkern/kxld/
H A Dkxld_sym.c227 case N_SECT: in init_predicates()
988 sym->type = N_SECT | N_EXT; in kxld_sym_resolve_common()
/xnu-10002.81.5/san/memory/
H A Dkasan_dynamic_blacklist.c323 if (syms[i].n_un.n_strx == 0 || !(n_type == N_SECT || n_type == N_ABS)) { in addr_to_func()
/xnu-10002.81.5/bsd/dev/dtrace/
H A Dfbt.c367 if (((N_SECT | N_EXT) != n_type && (N_ABS | N_EXT) != n_type)) { in fbt_provide_kernel_section()
H A Dsdt.c650 if ((N_SECT != jn_type && N_ABS != jn_type)) { in sdt_load_machsect()