Searched refs:osabi (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/libebl/ |
D | eblosabiname.c | 39 ebl_osabi_name (Ebl *ebl, int osabi, char *buf, size_t len) in ebl_osabi_name() argument 41 const char *res = ebl != NULL ? ebl->osabi_name (osabi, buf, len) : NULL; in ebl_osabi_name() 45 if (osabi == ELFOSABI_NONE) in ebl_osabi_name() 47 else if (osabi == ELFOSABI_HPUX) in ebl_osabi_name() 49 else if (osabi == ELFOSABI_NETBSD) in ebl_osabi_name() 51 else if (osabi == ELFOSABI_LINUX) in ebl_osabi_name() 53 else if (osabi == ELFOSABI_SOLARIS) in ebl_osabi_name() 55 else if (osabi == ELFOSABI_AIX) in ebl_osabi_name() 57 else if (osabi == ELFOSABI_IRIX) in ebl_osabi_name() 59 else if (osabi == ELFOSABI_FREEBSD) in ebl_osabi_name() [all …]
|
D | libebl.h | 165 extern const char *ebl_osabi_name (Ebl *ebl, int osabi, char *buf, size_t len);
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | file-header-os-abi.test | 4 # RUN: yaml2obj %s -DOSABI=ELFOSABI_NONE -o %t.osabi.none 5 # RUN: llvm-readobj --file-headers %t.osabi.none | FileCheck %s --match-full-lines --check-prefix=O… 6 # RUN: llvm-readelf --file-headers %t.osabi.none | FileCheck %s --match-full-lines --check-prefix=O… 20 # RUN: yaml2obj %s -DOSABI=ELFOSABI_HPUX -o %t.osabi.hpux 21 # RUN: llvm-readobj --file-headers %t.osabi.hpux | FileCheck %s --match-full-lines --check-prefix=O… 22 # RUN: llvm-readelf --file-headers %t.osabi.hpux | FileCheck %s --match-full-lines --check-prefix=O… 28 # RUN: yaml2obj %s -DOSABI=ELFOSABI_NETBSD -o %t.osabi.netbsd 29 # RUN: llvm-readobj --file-headers %t.osabi.netbsd | FileCheck %s --match-full-lines --check-prefix… 30 # RUN: llvm-readelf --file-headers %t.osabi.netbsd | FileCheck %s --match-full-lines --check-prefix… 36 # RUN: yaml2obj %s -DOSABI=ELFOSABI_LINUX -o %t.osabi.linux [all …]
|
/external/llvm-project/lld/ELF/ |
D | Config.h | 92 uint8_t osabi = 0; member
|
D | Driver.cpp | 138 uint8_t osabi = 0; in parseEmulation() local 142 osabi = ELFOSABI_FREEBSD; in parseEmulation() 168 return std::make_tuple(ret.first, ret.second, osabi); in parseEmulation() 1201 std::tie(config->ekind, config->emachine, config->osabi) = in readConfigs() 1472 config->osabi = f->osabi; in inferMachineType()
|
D | InputFiles.h | 106 uint8_t osabi = 0; variable
|
D | InputFiles.cpp | 364 osabi = obj.getHeader().e_ident[llvm::ELF::EI_OSABI]; in init() 1682 osabi = getOsAbi(t); in BitcodeFile()
|
D | ScriptParser.cpp | 439 config->osabi = ELFOSABI_FREEBSD; in readOutputFormat()
|
D | SyntheticSections.cpp | 3694 eHdr->e_ident[EI_OSABI] = config->osabi; in writeEhdr()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 4272 std::string osabi; member 4492 node.GetElementText(target_info.osabi); in GetGDBServerRegisterInfoXMLAndProcess()
|