Searched refs:sectname (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Drcfile.c56 static struct rcsection *rc_findsect(struct rcfile *rcp, const char *sectname);
57 static struct rcsection *rc_addsect(struct rcfile *rcp, const char *sectname);
145 rc_findsect(struct rcfile *rcp, const char *sectname) argument
150 if (strcmp(p->rs_name, sectname)==0)
156 rc_addsect(struct rcfile *rcp, const char *sectname) argument
159 const char* sectletter = sectname;
161 p = rc_findsect(rcp, sectname);
165 for(sectletter = sectname; *sectletter; sectletter++) {
167 if (strcmp(sectname, "default"))
168 dprintf(STDERR_FILENO, "warning: section name [%s] contains lower-case letters\n", sectname);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp104 memcpy(reinterpret_cast<void *>(&TempSec.sectname[0]), &Sec.sectname[0], 16);
292 if (0 == strncmp(&Sec.sectname[0], "__debug_str", 16))
294 else if (0 == strncmp(&Sec.sectname[0], "__debug_abbrev", 16))
296 else if (0 == strncmp(&Sec.sectname[0], "__debug_aranges", 16))
298 else if (0 == strncmp(&Sec.sectname[0], "__debug_ranges", 16))
300 else if (0 == strncmp(&Sec.sectname[0], "__debug_pubnames", 16)) {
304 } else if (0 == strncmp(&Sec.sectname[0], "__debug_pubtypes", 16)) {
308 } else if (0 == strncmp(&Sec.sectname[0], "__debug_info", 16))
310 else if (0 == strncmp(&Sec.sectname[
[all...]
H A DMachOYAML.cpp292 IO.mapRequired("sectname", Section.sectname);
458 IO.mapRequired("sectname", Section.sectname);
473 IO.mapRequired("sectname", Section.sectname);
/freebsd-13-stable/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp138 isec->name = StringRef(sec.sectname, strnlen(sec.sectname, 16));
191 std::to_string(r.offset) + " in section " + sec.sectname +
H A DWriter.cpp145 memcpy(sectHdr->sectname, osec->name.data(), osec->name.size());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp33 StringRef SectName(Sec.sectname, strnlen(Sec.sectname, sizeof(Sec.sectname)));
H A DMachOWriter.cpp219 assert(Sec.Sectname.size() <= sizeof(Temp.sectname) &&
223 memcpy(Temp.sectname, Sec.Sectname.data(), Sec.Sectname.size());
/freebsd-13-stable/contrib/llvm-project/lld/MachO/Arch/
H A DX86_64.cpp47 " of " + sec.segname + "," + sec.sectname + " in " +
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp243 << format("%.16s", &Sec.sectname) << "): ";
245 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": ";
270 << format("%.16s", &Sec.sectname) << "): ";
272 outs() << "\tSection " << format("%.16s", &Sec.sectname) << ": ";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp126 memcpy(&NSec.SectName, &Sec64.sectname, 16);
139 memcpy(&NSec.SectName, &Sec32.sectname, 16);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp57 sc->sectname);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h45 char sectname[16]; member in struct:llvm::MachOYAML::Section
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp298 section.sectionName = getString16(sect->sectname);
341 section.sectionName = getString16(sect->sectname);
H A DMachONormalizedFileBinaryWriter.cpp649 setString16(sin.sectionName, sout->sectname);
716 setString16(section->sectionName, sect->sectname);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp743 << Sec.sectname << ") "
749 << Sec.sectname << ") " << count << " entries";
771 << Sec.sectname << ") "
777 << Sec.sectname << ") " << count << " entries";
3224 if ((strncmp(Sec.sectname, "__objc_selrefs", 16) == 0 ||
3225 strncmp(Sec.sectname, "__objc_classrefs", 16) == 0 ||
3226 strncmp(Sec.sectname, "__objc_superrefs", 16) == 0 ||
3227 strncmp(Sec.sectname, "__objc_msgrefs", 16) == 0 ||
3228 strncmp(Sec.sectname, "__cfstring", 16) == 0) &&
3242 if (strncmp(Sec.sectname, "__objc_selref
4085 get_section(MachOObjectFile *O, const char *segname, const char *sectname) argument
8626 PrintSection(const char *sectname, const char *segname, uint64_t addr, uint64_t size, uint32_t offset, uint32_t align, uint32_t reloff, uint32_t nreloc, uint32_t flags, uint32_t reserved1, uint32_t reserved2, uint32_t cmd, const char *sg_segname, uint32_t filetype, uint32_t object_size, bool verbose) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h561 char sectname[16]; member in struct:llvm::MachO::section
575 char sectname[16]; member in struct:llvm::MachO::section_64
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp54 char sectname[16]; member in struct:__anon3746::section_base
4145 return makeArrayRef(Base->sectname);

Completed in 341 milliseconds