Searched refs:n_desc (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | obj-macho.c | 1045 s->n_desc &= ~LAZY; /* The native tool switches this off too. */ in obj_mach_o_set_symbol_qualifier() 1057 s->n_desc |= BFD_MACH_O_N_NO_DEAD_STRIP; in obj_mach_o_set_symbol_qualifier() 1059 s->n_desc |= (REFE | BFD_MACH_O_N_NO_DEAD_STRIP); in obj_mach_o_set_symbol_qualifier() 1064 s->n_desc |= BFD_MACH_O_N_NO_DEAD_STRIP; in obj_mach_o_set_symbol_qualifier() 1066 s->n_desc |= (REFE | LAZY | BFD_MACH_O_N_NO_DEAD_STRIP); in obj_mach_o_set_symbol_qualifier() 1071 s->n_desc |= BFD_MACH_O_N_NO_DEAD_STRIP ; in obj_mach_o_set_symbol_qualifier() 1076 s->n_desc |= BFD_MACH_O_N_WEAK_REF ; in obj_mach_o_set_symbol_qualifier() 1089 s->n_desc |= BFD_MACH_O_N_WEAK_DEF; in obj_mach_o_set_symbol_qualifier() 1399 if ((s->n_desc & BFD_MACH_O_N_WEAK_DEF) in obj_mach_o_frob_label() 1409 s->n_desc &= ~(REFE | LAZY); in obj_mach_o_frob_label() [all …]
|
D | obj-macho.h | 44 ___s->n_desc = (___s->n_desc & 0xf0ff) | (((V) & 0x0f) << 8);\
|
D | aout_gnu.h | 232 short n_desc; member
|
/toolchain/binutils/binutils-2.27/include/mach-o/ |
D | external.h | 170 unsigned char n_desc[2]; member 180 unsigned char n_desc[2]; member
|
/toolchain/binutils/binutils-2.27/include/ |
D | bout.h | 118 short n_desc; member
|
/toolchain/binutils/binutils-2.27/include/aout/ |
D | adobe.h | 115 unsigned short n_desc; /* description field */ member
|
D | aout64.h | 271 unsigned short n_desc; /* Description field. */ member
|
D | stab.def | 25 e.g. "foo.c", without any path information. The symbol's n_desc gives
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | mach-o.h | 56 unsigned short n_desc; member
|
D | mach-o.c | 565 os->n_desc = is->n_desc; in bfd_mach_o_bfd_copy_private_symbol_data() 978 asym->n_type, name, asym->n_sect, asym->n_desc); in bfd_mach_o_print_symbol() 1872 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc); in bfd_mach_o_write_symtab_content() 1886 bfd_h_put_16 (abfd, s->n_desc, raw.n_desc); in bfd_mach_o_write_symtab_content() 2361 s->n_desc |= BFD_MACH_O_N_WEAK_REF; in bfd_mach_o_mangle_symbols() 3596 desc = bfd_h_get_16 (abfd, raw.n_desc); in bfd_mach_o_read_symtab_symbol() 3618 s->n_desc = desc; in bfd_mach_o_read_symtab_symbol() 3664 if (s->n_desc & BFD_MACH_O_N_WEAK_REF) in bfd_mach_o_read_symtab_symbol()
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | arm-dis.c | 6668 is_thumb = (asym->n_desc & BFD_MACH_O_N_ARM_THUMB_DEF); in print_insn()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9295 | 1979 char to unsigned char and n_desc from short to int; insert explicit 9352 n_other, n_desc and n_value fields.
|