/toolchain/binutils/binutils-2.27/gas/config/ |
D | obj-macho.c | 168 obj_mach_o_make_or_get_sect (char * segname, char * sectname, in obj_mach_o_make_or_get_sect() argument 182 xlat = bfd_mach_o_section_data_for_mach_sect (stdoutput, segname, sectname); in obj_mach_o_make_or_get_sect() 196 segname, sectname); in obj_mach_o_make_or_get_sect() 209 name = concat (segname, ".", sectname, (char *) NULL); in obj_mach_o_make_or_get_sect() 254 strncpy (msect->sectname, sectname, sizeof (msect->sectname)); in obj_mach_o_make_or_get_sect() 305 char sectname[17]; in obj_mach_o_section() local 312 if (! obj_mach_o_get_section_names (segname, sectname, 17, 17)) in obj_mach_o_section() 419 new_seg = obj_mach_o_make_or_get_sect (segname, sectname, specified_mask, in obj_mach_o_section() 440 char sectname[17]; in obj_mach_o_zerofill() local 453 if (! obj_mach_o_get_section_names (segname, sectname, 17, 17)) in obj_mach_o_zerofill() [all …]
|
/toolchain/binutils/binutils-2.27/include/mach-o/ |
D | external.h | 43 unsigned char sectname[16]; /* Section name. */ member 61 unsigned char sectname[16]; /* Section name. */ member
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | simple-object-mach-o.c | 134 unsigned char sectname[16]; /* Section name. */ member 151 unsigned char sectname[16]; /* Section name. */ member 448 sectname_offset = offsetof (struct mach_o_section_32, sectname); in simple_object_mach_o_segment() 458 sectname_offset = offsetof (struct mach_o_section_64, sectname); in simple_object_mach_o_segment() 964 strncpy ((char *) hdr + offsetof (struct mach_o_section_32, sectname), in simple_object_mach_o_write_section_header() 989 strncpy ((char *) hdr + offsetof (struct mach_o_section_64, sectname), in simple_object_mach_o_write_section_header()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | mach-o.c | 299 const char *sectname) in bfd_mach_o_section_data_for_mach_sect() argument 310 if (strncmp (sec->mach_o_name, sectname, in bfd_mach_o_section_data_for_mach_sect() 318 if (strncmp (sec->mach_o_name, sectname, in bfd_mach_o_section_data_for_mach_sect() 447 memset (section->sectname, 0, BFD_MACH_O_SECTNAME_SIZE + 1); in bfd_mach_o_convert_section_name_to_mach_o() 454 strcpy (section->sectname, xlat->mach_o_name); in bfd_mach_o_convert_section_name_to_mach_o() 478 memcpy (section->sectname, dot + 1, seclen); in bfd_mach_o_convert_section_name_to_mach_o() 479 section->sectname[seclen] = 0; in bfd_mach_o_convert_section_name_to_mach_o() 494 memcpy (section->sectname, name, len); in bfd_mach_o_convert_section_name_to_mach_o() 495 section->sectname[len] = 0; in bfd_mach_o_convert_section_name_to_mach_o() 1713 memcpy (raw.sectname, section->sectname, 16); in bfd_mach_o_write_section_32() [all …]
|
D | mach-o.h | 66 char sectname[BFD_MACH_O_SECTNAME_SIZE + 1]; /* Always NUL padded. */ member
|
D | ChangeLog-2011 | 265 * mach-o.c (bfd_mach_o_read_section_32): Null-terminate sectname. 1008 parameter with segname and sectname parameters. Adjust.
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | od-macho.c | 355 sec->segname, sec->sectname); in dump_section_map() 368 sec->sectname, sec->segname, sec->bfdsection->name); in dump_section_header() 590 sec->segname, sec->sectname); in dump_dysymtab() 2134 const char *segname, const char *sectname, in dump_section_content() argument 2149 && strcmp (sec->sectname, sectname) == 0) in dump_section_content()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2015 | 1120 * as.c (show_usage): Document --sectname-subst. 1121 (parse_args): Add --sectname-subst.
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | as.texinfo | 245 [@b{--sectname-subst}] [@b{--size-check=[error|warning]}] 801 @item --sectname-subst 6407 @kindex --sectname-subst 6409 If the @samp{--sectname-subst} command-line option is provided, the @var{name}
|
/toolchain/binutils/binutils-2.27/gas/po/ |
D | gas.pot | 177 msgid " --sectname-subst enable section name substitution sequences\n"
|