Home
last modified time | relevance | path

Searched refs:osabi (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp172 uint8_t osabi = 0; in parseEmulation() local
176 osabi = ELFOSABI_FREEBSD; in parseEmulation()
211 osabi = ELFOSABI_STANDALONE; in parseEmulation()
213 osabi = ELFOSABI_AMDGPU_HSA; in parseEmulation()
214 return std::make_tuple(ret.first, ret.second, osabi); in parseEmulation()
1695 std::tie(config->ekind, config->emachine, config->osabi) = in readConfigs()
2044 config->osabi = f->osabi; in inferMachineType()
2045 if (f->osabi != ELFOSABI_NONE) in inferMachineType()
H A DInputFiles.h142 uint8_t osabi = 0; variable
H A DConfig.h155 uint8_t osabi = 0; member
H A DScriptParser.cpp504 config->osabi = ELFOSABI_FREEBSD; in readOutputFormat()
512 config->osabi = ELFOSABI_STANDALONE; in readOutputFormat()
H A DInputFiles.cpp555 osabi = obj.getHeader().e_ident[llvm::ELF::EI_OSABI]; in init()
1728 osabi = getOsAbi(t); in BitcodeFile()
H A DWriter.cpp620 config->osabi == ELFOSABI_OPENBSD && s == ".openbsd.randomdata"; in isRelroSection()
2296 if (config->osabi == ELFOSABI_OPENBSD) { in createPhdrs()
H A DSyntheticSections.cpp4370 eHdr->e_ident[EI_OSABI] = config->osabi; in writeEhdr()
/freebsd/usr.bin/elfdump/
H A Delfdump.c715 u_int64_t osabi; in elf_print_ehdr() local
732 osabi = elf_get_byte(e, e, E_OSABI); in elf_print_ehdr()
747 ei_abis[osabi]); in elf_print_ehdr()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1505 eHdr->e_ident[EI_OSABI] = config->osabi; in writeARMCmseImportLib()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4177 std::string osabi; member
4732 node.GetElementText(target_info.osabi); in GetGDBServerRegisterInfoXMLAndProcess()