Searched refs:n_type (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dstabs.c217 if (stab->n_type == N_LBRAC) {
221 } else if (stab->n_type == N_RBRAC) {
225 } else if (stab->n_type == N_EINCL) {
242 if (!(stab->n_type == N_FUN || stab->n_type == N_GSYM ||
243 stab->n_type == N_LCSYM || stab->n_type == N_LSYM ||
244 stab->n_type == N_PSYM || stab->n_type == N_ROSYM ||
245 stab->n_type
[all...]
H A Dinput.c436 if (nsym->n_type & N_STAB) { /* Detect C++ methods */
438 switch(nsym->n_type) {
449 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
450 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
453 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
484 if (nsym->n_type & N_STAB) { /* Detect C++ methods */
486 switch(nsym->n_type) {
497 } else if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
498 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
501 } else if ((N_UNDF | N_EXT) == (nsym->n_type
[all...]
/macosx-10.9.5/cctools-845/ld/
H A Dsymbols.c190 N_UNDF | N_EXT, /* n_type */
197 N_INDR | N_EXT, /* n_type */
204 N_PBUD | N_EXT, /* n_type */
211 N_PBUD | N_EXT, /* n_type */
251 unsigned char n_type,
469 /* check the n_type field of this symbol */
470 switch(symbol->n_type & N_TYPE){
472 if((symbol->n_type & N_STAB) == 0 &&
473 (symbol->n_type & N_EXT) == 0){
480 if(symbol->n_type
3193 is_output_local_symbol( unsigned char n_type, unsigned char n_sect, unsigned char n_desc, struct object_file *obj, char *symbol_name, unsigned long *output_strlen) argument
3378 is_type_stab( unsigned char n_type, char *symbol_name) argument
6168 add_dwarf_map_entry(struct nlist ** nlist, unsigned long *output_nsyms, int32_t n_strx, uint8_t n_type, uint8_t n_sect, int16_t n_desc, uint32_t n_value) argument
[all...]
H A Dcoalesced_sections.c153 if((object_symbols[i].n_type & N_TYPE) == N_SECT &&
155 (object_symbols[i].n_type & N_STAB) == 0){
161 if((object_symbols[i].n_type & (N_EXT|N_PEXT)) ==
170 if((object_symbols[i].n_type & N_EXT) != N_EXT){
215 if((object_symbols[i].n_type & N_TYPE) == N_SECT &&
217 (object_symbols[i].n_type & N_STAB) == 0){
228 (object_symbols[i].n_type & N_EXT) == N_EXT;
330 if((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT){
538 if((merged_symbol->nlist.n_type & N_TYPE) == N_SECT &&
542 if(((merged_symbol->nlist.n_type
[all...]
H A Dindirect_sections.c251 if((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT &&
252 (merged_symbol->nlist.n_type & N_EXT) != N_EXT &&
258 else if((nlists[index].n_type & N_EXT) == N_EXT){
274 if((merged_symbol->nlist.n_type & N_TYPE) == N_INDR)
281 if((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT &&
282 (merged_symbol->nlist.n_type & N_EXT) != N_EXT &&
288 else if((nlists[index].n_type & N_PEXT) == N_PEXT &&
289 (nlists[index].n_type & N_EXT) != N_EXT &&
298 else if((nlists[index].n_type & N_STAB) == 0){
332 if((nlists[index].n_type
[all...]
H A Di860_reloc.c312 if((nlists[symbolnum].n_type & N_EXT) != N_EXT){
325 if((nlists[symbolnum].n_type & N_TYPE) == N_SECT &&
337 if((nlists[symbolnum].n_type & N_EXT) != N_EXT ||
338 (nlists[symbolnum].n_type & N_TYPE) != N_UNDF){
351 if((merged_symbol->nlist.n_type & N_TYPE) == N_SECT &&
354 if(((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT &&
367 if((merged_symbol->nlist.n_type & N_TYPE) == N_INDR)
377 if(((merged_symbol->nlist.n_type & N_TYPE) == N_UNDF) ||
380 (((merged_symbol->nlist.n_type & N_PEXT) != N_PEXT) &&
498 if((merged_symbol->nlist.n_type
[all...]
H A Dhppa_reloc.c326 if((nlists[symbolnum].n_type & N_EXT) != N_EXT){
339 if((nlists[symbolnum].n_type & N_TYPE) == N_SECT &&
351 if((nlists[symbolnum].n_type & N_EXT) != N_EXT ||
352 (nlists[symbolnum].n_type & N_TYPE) != N_UNDF){
365 if((merged_symbol->nlist.n_type & N_TYPE) == N_SECT &&
368 if(((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT &&
381 if((merged_symbol->nlist.n_type & N_TYPE) == N_INDR)
391 if(((merged_symbol->nlist.n_type & N_TYPE) == N_UNDF) ||
394 (((merged_symbol->nlist.n_type & N_PEXT) != N_PEXT) &&
456 if((merged_symbol->nlist.n_type
[all...]
H A Dppc_reloc.c348 if((nlists[symbolnum].n_type & N_EXT) != N_EXT){
361 if((nlists[symbolnum].n_type & N_TYPE) == N_SECT &&
373 if((nlists[symbolnum].n_type & N_EXT) != N_EXT ||
374 (nlists[symbolnum].n_type & N_TYPE) != N_UNDF){
388 ((merged_symbol->nlist.n_type & N_TYPE) == N_SECT &&
391 if(((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT &&
404 if((merged_symbol->nlist.n_type & N_TYPE) == N_INDR)
426 if(((merged_symbol->nlist.n_type & N_TYPE) == N_UNDF) ||
429 (((merged_symbol->nlist.n_type & N_PEXT) != N_PEXT) &&
512 if((merged_symbol->nlist.n_type
[all...]
H A Darm_reloc.c313 if((nlists[symbolnum].n_type & N_EXT) != N_EXT){
326 if((nlists[symbolnum].n_type & N_TYPE) == N_SECT &&
338 if((nlists[symbolnum].n_type & N_EXT) != N_EXT ||
339 (nlists[symbolnum].n_type & N_TYPE) != N_UNDF){
353 ((merged_symbol->nlist.n_type & N_TYPE) == N_SECT &&
356 if(((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT &&
369 if((merged_symbol->nlist.n_type & N_TYPE) == N_INDR)
391 if(((merged_symbol->nlist.n_type & N_TYPE) == N_UNDF) ||
394 (((merged_symbol->nlist.n_type & N_PEXT) != N_PEXT) &&
492 if((merged_symbol->nlist.n_type
[all...]
H A Dgeneric_reloc.c310 if((nlists[symbolnum].n_type & N_EXT) != N_EXT){
323 if((nlists[symbolnum].n_type & N_TYPE) == N_SECT &&
335 if((nlists[symbolnum].n_type & N_EXT) != N_EXT ||
336 (nlists[symbolnum].n_type & N_TYPE) != N_UNDF){
351 ((merged_symbol->nlist.n_type & N_TYPE) == N_SECT &&
354 if(((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT &&
367 if((merged_symbol->nlist.n_type & N_TYPE) == N_INDR)
389 if(((merged_symbol->nlist.n_type & N_TYPE) == N_UNDF) ||
392 (((merged_symbol->nlist.n_type & N_PEXT) != N_PEXT) &&
445 if((merged_symbol->nlist.n_type
[all...]
H A Dm88k_reloc.c315 if((nlists[symbolnum].n_type & N_EXT) != N_EXT){
328 if((nlists[symbolnum].n_type & N_TYPE) == N_SECT &&
340 if((nlists[symbolnum].n_type & N_EXT) != N_EXT ||
341 (nlists[symbolnum].n_type & N_TYPE) != N_UNDF){
354 if((merged_symbol->nlist.n_type & N_TYPE) == N_SECT &&
357 if(((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT &&
370 if((merged_symbol->nlist.n_type & N_TYPE) == N_INDR)
380 if(((merged_symbol->nlist.n_type & N_TYPE) == N_UNDF) ||
383 (((merged_symbol->nlist.n_type & N_PEXT) != N_PEXT) &&
456 if((merged_symbol->nlist.n_type
[all...]
H A Dsparc_reloc.c327 if((nlists[symbolnum].n_type & N_EXT) != N_EXT){
340 if((nlists[symbolnum].n_type & N_TYPE) == N_SECT &&
352 if((nlists[symbolnum].n_type & N_EXT) != N_EXT ||
353 (nlists[symbolnum].n_type & N_TYPE) != N_UNDF){
366 if((merged_symbol->nlist.n_type & N_TYPE) == N_SECT &&
369 if(((merged_symbol->nlist.n_type & N_PEXT) == N_PEXT &&
382 if(merged_symbol->nlist.n_type == (N_EXT | N_INDR))
392 if(((merged_symbol->nlist.n_type & N_TYPE) == N_UNDF) ||
395 (((merged_symbol->nlist.n_type & N_PEXT) != N_PEXT) &&
458 if(merged_symbol->nlist.n_type
[all...]
/macosx-10.9.5/Libc-997.90.3/include/
H A Dnlist.h68 unsigned char n_type; /* type defines */ member in struct:nlist
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dnlist.h83 uint8_t n_type; /* type flag, see below */ member in struct:nlist
96 uint8_t n_type; /* type flag, see below */ member in struct:nlist_64
110 * The n_type field really contains four fields:
125 * which case then the values of the n_type field (the entire field) are given
130 * Values for N_TYPE bits of the n_type field.
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h83 uint8_t n_type; /* type flag, see below */ member in struct:nlist
96 uint8_t n_type; /* type flag, see below */ member in struct:nlist_64
110 * The n_type field really contains four fields:
125 * which case then the values of the n_type field (the entire field) are given
130 * Values for N_TYPE bits of the n_type field.
/macosx-10.9.5/cctools-845/libstuff/
H A Dlto.c340 nl->n_type |= N_EXT;
341 nl->n_type |= N_PEXT;
344 nl->n_type |= N_EXT;
352 nl->n_type |= N_EXT;
353 nl->n_type |= N_UNDF;
358 nl->n_type |= N_EXT;
359 nl->n_type |= N_UNDF;
365 nl->n_type |= N_SECT;
369 nl->n_type |= N_SECT;
373 nl->n_type |
[all...]
/macosx-10.9.5/cctools-845/gprof/
H A Dgetnfile.c63 uint8_t n_type,
636 uint8_t n_type; local
642 n_type = symbols[i].n_type;
647 n_type = symbols64[i].n_type;
651 if(funcsymbol(n_type, n_sect, strings + n_strx))
669 uint8_t n_type; local
676 n_type = symbols[i].n_type;
698 funcsymbol( uint8_t n_type, uint8_t n_sect, char *name) argument
758 uint8_t n_type; local
799 uint8_t n_type; local
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dnm.c221 unsigned char n_type);
681 if((symbols[i].nl.n_type & N_STAB) == 0 &&
682 (symbols[i].nl.n_type & N_TYPE) == N_INDR){
698 symbols[nsymbols].nl.n_type = N_SECT;
971 symbol.nl.n_type = N_UNDF | N_EXT;
973 symbol.nl.n_type = N_UNDF;
1010 if(symbol.nl.n_type == N_BINCL &&
1023 if(symbol.nl.n_type == N_BINCL)
1025 else if(symbol.nl.n_type == N_EINCL){
1070 symbol->nl.n_type
1662 unsigned char n_type; member in struct:stabnames
1704 stab( unsigned char n_type) argument
[all...]
H A Dstrip.c2250 n_type & N_EXT;
2253 n_type & N_EXT;
2367 uint8_t n_type; local
2394 n_type = symbols[index].n_type;
2398 n_type = symbols64[index].n_type;
2401 if((n_type & N_TYPE) != N_UNDF &&
2402 (n_type & N_TYPE) != N_PBUD &&
2406 if((n_type
2554 uint8_t n_type, n_sect; local
4437 uint8_t n_type, n_sect, global_symbol_n_sect; local
[all...]
/macosx-10.9.5/cctools-845/as/
H A Dstruc-symbol.h62 #define sy_type sy_nlist. n_type
/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_lookup.c200 if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
201 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
206 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
215 if ((N_ABS | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) ||
216 (N_SECT | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT))) {
221 } else if ((N_UNDF | N_EXT) == (nsym->n_type & (N_TYPE | N_EXT)) &&
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnlist.c145 q->n_type = 0;
312 if (q->n_un.n_strx == 0 || q->n_type & N_STAB)
326 p->n_type = q->n_type;
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dbout.h115 unsigned char n_type; /* See below */ member in struct:nlist
122 /* Legal values of n_type. */
/macosx-10.9.5/mail_cmds-29/mail/
H A Dsend.c468 if (np->n_type & GDEL)
470 if ((np->n_type & GMASK) == GTO)
472 cat(hp->h_to, nalloc(np->n_name, np->n_type));
473 else if ((np->n_type & GMASK) == GCC)
475 cat(hp->h_cc, nalloc(np->n_name, np->n_type));
476 else if ((np->n_type & GMASK) == GBCC)
478 cat(hp->h_bcc, nalloc(np->n_name, np->n_type));
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_sym.c56 static kern_return_t init_predicates(KXLDSym *sym, u_char n_type, u_short n_desc)
77 sym->type = src->n_type;
82 rval = init_predicates(sym, src->n_type, src->n_desc);
112 sym->type = src->n_type;
117 rval = init_predicates(sym, src->n_type, src->n_desc);
155 init_predicates(KXLDSym *sym, u_char n_type, u_short n_desc) argument
162 if (n_type & N_STAB) {
165 switch (n_type) {
208 "Invalid N_STAB symbol type: %u.", n_type);
215 u_char type = n_type
[all...]

Completed in 327 milliseconds

1234