Home
last modified time | relevance | path

Searched refs:sectname (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dobj-macho.c168 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()
210 size_t sectlen = strlen (sectname); in obj_mach_o_make_or_get_sect()
216 memcpy (n + seglen + 1, sectname, sectlen); in obj_mach_o_make_or_get_sect()
263 strncpy (msect->sectname, sectname, sizeof (msect->sectname)); in obj_mach_o_make_or_get_sect()
314 char sectname[17]; in obj_mach_o_section() local
321 if (! obj_mach_o_get_section_names (segname, sectname, 17, 17)) in obj_mach_o_section()
428 new_seg = obj_mach_o_make_or_get_sect (segname, sectname, specified_mask, in obj_mach_o_section()
449 char sectname[17]; in obj_mach_o_zerofill() local
[all …]
/toolchain/binutils/binutils-2.25/include/mach-o/
Dexternal.h43 unsigned char sectname[16]; /* Section name. */ member
61 unsigned char sectname[16]; /* Section name. */ member
/toolchain/binutils/binutils-2.25/libiberty/
Dsimple-object-mach-o.c134 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.25/bfd/
Dmach-o.c299 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()
1631 memcpy (raw.sectname, section->sectname, 16); in bfd_mach_o_write_section_32()
[all …]
Dmach-o.h61 char sectname[BFD_MACH_O_SECTNAME_SIZE + 1]; /* Always NUL padded. */ member
DChangeLog-2011265 * mach-o.c (bfd_mach_o_read_section_32): Null-terminate sectname.
1008 parameter with segname and sectname parameters. Adjust.
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c348 sec->segname, sec->sectname); in dump_section_map()
361 sec->sectname, sec->segname, sec->bfdsection->name); in dump_section_header()
583 sec->segname, sec->sectname); in dump_dysymtab()
2068 const char *segname, const char *sectname, in dump_section_content() argument
2083 && strcmp (sec->sectname, sectname) == 0) in dump_section_content()