| /src/external/gpl3/binutils/dist/binutils/ |
| elfedit.c | 326 int class, machine, type, status, osabi, abiversion; 397 abiversion = elf_header.e_ident[EI_ABIVERSION]; 399 /* Skip if ABIVERSION doesn't match. */ 401 && abiversion != input_elf_abiversion) 405 file_name, abiversion, input_elf_abiversion); 933 {"input-abiversion", required_argument, 0, OPTION_INPUT_ABIVERSION}, 934 {"output-abiversion", required_argument, 0, OPTION_OUTPUT_ABIVERSION}, 972 --input-abiversion [0-255] Set input ABIVERSION\n\ 973 --output-abiversion [0-255] Set output ABIVERSION\n") 325 int class, machine, type, status, osabi, abiversion; local [all...] |
| readelf.c | 5265 unsigned char abiversion = e_ident[EI_ABIVERSION]; 5274 if (osabi == ELFOSABI_AMDGPU_HSA && abiversion < ELFABIVERSION_AMDGPU_HSA_V3) 5328 && abiversion == ELFABIVERSION_AMDGPU_HSA_V3) 5262 unsigned char abiversion = e_ident[EI_ABIVERSION]; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| elfedit.c | 326 int class, machine, type, status, osabi, abiversion; 397 abiversion = elf_header.e_ident[EI_ABIVERSION]; 399 /* Skip if ABIVERSION doesn't match. */ 401 && abiversion != input_elf_abiversion) 405 file_name, abiversion, input_elf_abiversion); 933 {"input-abiversion", required_argument, 0, OPTION_INPUT_ABIVERSION}, 934 {"output-abiversion", required_argument, 0, OPTION_OUTPUT_ABIVERSION}, 972 --input-abiversion [0-255] Set input ABIVERSION\n\ 973 --output-abiversion [0-255] Set output ABIVERSION\n") 325 int class, machine, type, status, osabi, abiversion; local [all...] |
| readelf.c | 4881 unsigned char abiversion = e_ident[EI_ABIVERSION]; 4890 if (osabi == ELFOSABI_AMDGPU_HSA && abiversion < ELFABIVERSION_AMDGPU_HSA_V3) 4944 && abiversion == ELFABIVERSION_AMDGPU_HSA_V3) 4878 unsigned char abiversion = e_ident[EI_ABIVERSION]; local
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf64-ppc.c | 289 abiversion (bfd *abfd) function 1484 && abiversion (symbol->section->owner) >= 2) 2242 int abi = abiversion (abfd); 4294 if (abiversion (ibfd) == 0) 4296 else if (abiversion (ibfd) == 1) 4459 /* Set up opd section info and abiversion for IBFD, and process list 4476 if (abiversion (ibfd) == 0) 4478 else if (abiversion (ibfd) >= 2) 4482 ibfd, abiversion (ibfd)); 4490 /* For input files without an explicit abiversion in e_flag [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf64-ppc.c | 289 abiversion (bfd *abfd) function 1492 && abiversion (symbol->section->owner) >= 2) 2250 int abi = abiversion (abfd); 4302 if (abiversion (ibfd) == 0) 4304 else if (abiversion (ibfd) == 1) 4467 /* Set up opd section info and abiversion for IBFD, and process list 4484 if (abiversion (ibfd) == 0) 4486 else if (abiversion (ibfd) >= 2) 4490 ibfd, abiversion (ibfd)); 4498 /* For input files without an explicit abiversion in e_flag [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf64-ppc.c | 289 abiversion (bfd *abfd) function 1492 && abiversion (symbol->section->owner) >= 2) 2250 int abi = abiversion (abfd); 4301 if (abiversion (ibfd) == 0) 4303 else if (abiversion (ibfd) == 1) 4466 /* Set up opd section info and abiversion for IBFD, and process list 4483 if (abiversion (ibfd) == 0) 4485 else if (abiversion (ibfd) >= 2) 4489 ibfd, abiversion (ibfd)); 4497 /* For input files without an explicit abiversion in e_flag [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf64-ppc.c | 289 abiversion (bfd *abfd) function 1492 && abiversion (symbol->section->owner) >= 2) 2255 int abi = abiversion (abfd); 4307 if (abiversion (ibfd) == 0) 4309 else if (abiversion (ibfd) == 1) 4472 /* Set up opd section info and abiversion for IBFD, and process list 4489 if (abiversion (ibfd) == 0) 4491 else if (abiversion (ibfd) >= 2) 4495 ibfd, abiversion (ibfd)); 4503 /* For input files without an explicit abiversion in e_flag [all...] |