Home
last modified time | relevance | path

Searched refs:NO_SECT (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h133 return n_sect == MachO::NO_SECT ? None : Optional<uint32_t>(n_sect); in section()
/freebsd-13.1/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c329 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
359 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) && in scan_macho_load_commands()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1040 nList->n_sect = NO_SECT; in writeTo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h320 NO_SECT = 0u, enumerator