Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/
H A Dgetsect.d67 const scope char* sectname, in version()
99 const scope char* sectname, in version()
134 const scope char* sectname in version()
168 const scope char* sectname, in version()
264 const scope char* sectname, in version()
272 const scope char* sectname, in version()
304 const scope char* sectname in version()
311 const scope char* sectname in version()
361 const scope char* sectname,
368 const scope char* sectname,
[all …]
H A Dloader.d702 char[16] sectname; in version()
739 char[16] sectname; in version()
2787 char[16] sectname = 0;
2802 char[16] sectname = 0;
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A 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()
209 name = concat (segname, ".", sectname, (char *) NULL); in obj_mach_o_make_or_get_sect()
255 strncpy (msect->sectname, sectname, BFD_MACH_O_SECTNAME_SIZE); in obj_mach_o_make_or_get_sect()
256 msect->sectname[BFD_MACH_O_SECTNAME_SIZE] = 0; in obj_mach_o_make_or_get_sect()
307 char sectname[17]; in obj_mach_o_section() local
314 if (! obj_mach_o_get_section_names (segname, sectname, 17, 17)) in obj_mach_o_section()
421 new_seg = obj_mach_o_make_or_get_sect (segname, sectname, specified_mask, in obj_mach_o_section()
442 char sectname[17]; in obj_mach_o_zerofill() local
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A 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()
209 name = concat (segname, ".", sectname, (char *) NULL); in obj_mach_o_make_or_get_sect()
255 strncpy (msect->sectname, sectname, BFD_MACH_O_SECTNAME_SIZE); in obj_mach_o_make_or_get_sect()
256 msect->sectname[BFD_MACH_O_SECTNAME_SIZE] = 0; in obj_mach_o_make_or_get_sect()
307 char sectname[17]; in obj_mach_o_section() local
314 if (! obj_mach_o_get_section_names (segname, sectname, 17, 17)) in obj_mach_o_section()
421 new_seg = obj_mach_o_make_or_get_sect (segname, sectname, specified_mask, in obj_mach_o_section()
442 char sectname[17]; in obj_mach_o_zerofill() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.opt292 -sectalign <segname> <sectname> <value> Set section <sectname> in segment <segname> to have alignme…
296 -sectcreate <segname> <sectname> <file> Create section <sectname> in segment <segname> from the con…
300 (Obsolete) -sectobjectsymbols <segname> <sectname> Setting a local symbol at the start of a section…
304 (Obsolete) -sectorder <segname> <sectname> <orderfile> Replaced by a more general option \"-order_f…
326 (Obsolete, ld_classic only) -sectcreate <segname> <sectname> <file> Allowed creation of a section f…
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.opt296 -sectalign <segname> <sectname> <value> Set section <sectname> in segment <segname> to have alignme…
300 -sectcreate <segname> <sectname> <file> Create section <sectname> in segment <segname> from the con…
304 (Obsolete) -sectobjectsymbols <segname> <sectname> Setting a local symbol at the start of a section…
308 (Obsolete) -sectorder <segname> <sectname> <orderfile> Replaced by a more general option \"-order_f…
330 (Obsolete, ld_classic only) -sectcreate <segname> <sectname> <file> Allowed creation of a section f…
/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h43 unsigned char sectname[16]; /* Section name. */ member
61 unsigned char sectname[16]; /* Section name. */ member
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h43 unsigned char sectname[16]; /* Section name. */ member
61 unsigned char sectname[16]; /* Section name. */ member
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A 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()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A 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()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A 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()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A 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()
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c219 char sectname[MACH_O_NAMELEN]; /* Section name */ member
236 char sectname[MACH_O_NAMELEN]; /* Section name */ member
348 const char *sectname, uint32_t offset, uint64_t size, in macho_add_dwarf_section() argument
357 && strncmp (sectname, dwarf_section_names[i], MACH_O_NAMELEN) == 0) in macho_add_dwarf_section()
418 macho_add_dwarf_section (state, descriptor, section.sectname, in macho_add_dwarf_segment()
429 macho_add_dwarf_section (state, descriptor, section.sectname, in macho_add_dwarf_segment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp104 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSection()
287 StringRef SectName(Sec.sectname, in writeSectionData()
288 strnlen(Sec.sectname, sizeof(Sec.sectname))); in writeSectionData()
H A DMachOYAML.cpp292 IO.mapRequired("sectname", Section.sectname); in mapping()
458 IO.mapRequired("sectname", Section.sectname); in mapping()
473 IO.mapRequired("sectname", Section.sectname); in mapping()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp33 StringRef SectName(Sec.sectname, strnlen(Sec.sectname, sizeof(Sec.sectname))); in constructSectionCommon()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dmach-o.c300 const char *sectname) in bfd_mach_o_section_data_for_mach_sect() argument
311 if (strncmp (sec->mach_o_name, sectname, in bfd_mach_o_section_data_for_mach_sect()
319 if (strncmp (sec->mach_o_name, sectname, in bfd_mach_o_section_data_for_mach_sect()
448 memset (section->sectname, 0, BFD_MACH_O_SECTNAME_SIZE + 1); in bfd_mach_o_convert_section_name_to_mach_o()
455 strcpy (section->sectname, xlat->mach_o_name); in bfd_mach_o_convert_section_name_to_mach_o()
479 memcpy (section->sectname, dot + 1, seclen); in bfd_mach_o_convert_section_name_to_mach_o()
480 section->sectname[seclen] = 0; in bfd_mach_o_convert_section_name_to_mach_o()
495 memcpy (section->sectname, name, len); in bfd_mach_o_convert_section_name_to_mach_o()
496 section->sectname[len] = 0; in bfd_mach_o_convert_section_name_to_mach_o()
1885 memcpy (raw.sectname, section->sectname, 16); in bfd_mach_o_write_section_32()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.c300 const char *sectname) in bfd_mach_o_section_data_for_mach_sect() argument
311 if (strncmp (sec->mach_o_name, sectname, in bfd_mach_o_section_data_for_mach_sect()
319 if (strncmp (sec->mach_o_name, sectname, in bfd_mach_o_section_data_for_mach_sect()
448 memset (section->sectname, 0, BFD_MACH_O_SECTNAME_SIZE + 1); in bfd_mach_o_convert_section_name_to_mach_o()
455 strcpy (section->sectname, xlat->mach_o_name); in bfd_mach_o_convert_section_name_to_mach_o()
479 memcpy (section->sectname, dot + 1, seclen); in bfd_mach_o_convert_section_name_to_mach_o()
480 section->sectname[seclen] = 0; in bfd_mach_o_convert_section_name_to_mach_o()
495 memcpy (section->sectname, name, len); in bfd_mach_o_convert_section_name_to_mach_o()
496 section->sectname[len] = 0; in bfd_mach_o_convert_section_name_to_mach_o()
1870 memcpy (raw.sectname, section->sectname, 16); in bfd_mach_o_write_section_32()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-size/
H A Dllvm-size.cpp243 << format("%.16s", &Sec.sectname) << "): "; in printDarwinSectionSizes()
245 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in printDarwinSectionSizes()
270 << format("%.16s", &Sec.sectname) << "): "; in printDarwinSectionSizes()
272 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": "; in printDarwinSectionSizes()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-otool.rst94 .. option:: -s <segname> <sectname>
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp77 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16); in constructSectionCommon()
178 StringRef SecName(S->sectname); in extractSections()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c371 sec->segname, sec->sectname); in dump_section_map()
384 sec->sectname, sec->segname, sec->bfdsection->name); in dump_section_header()
606 sec->segname, sec->sectname); in dump_dysymtab()
2229 const char *segname, const char *sectname, in dump_section_content() argument
2244 && strcmp (sec->sectname, sectname) == 0) in dump_section_content()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c370 sec->segname, sec->sectname); in dump_section_map()
383 sec->sectname, sec->segname, sec->bfdsection->name); in dump_section_header()
605 sec->segname, sec->sectname); in dump_dysymtab()
2228 const char *segname, const char *sectname, in dump_section_content() argument
2243 && strcmp (sec->sectname, sectname) == 0) in dump_section_content()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp123 memcpy(&NSec.SectName, &Sec64.sectname, 16); in createNormalizedSections()
136 memcpy(&NSec.SectName, &Sec32.sectname, 16); in createNormalizedSections()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DOtoolOpts.td29 MetaVarName<"<segname> <sectname>">,

123