Searched refs:ar (Results 1 - 18 of 18) sorted by relevance

/gem5/ext/libelf/
H A Delf_rand.c28 #include <ar.h>
34 elf_rand(Elf *ar, off_t offset) argument
38 if (ar == NULL || ar->e_kind != ELF_K_AR ||
40 offset + sizeof(struct ar_hdr) >= ar->e_rawsize) {
45 arh = (struct ar_hdr *) (ar->e_rawfile + offset);
53 ar->e_u.e_ar.e_next = offset;
H A Delf_getarsym.c33 elf_getarsym(Elf *ar, size_t *ptr) argument
41 if (ar == NULL || ar->e_kind != ELF_K_AR)
43 else if ((symtab = ar->e_u.e_ar.e_symtab) != NULL)
44 n = ar->e_u.e_ar.e_symtabsz;
45 else if (ar->e_u.e_ar.e_rawsymtab)
46 symtab = _libelf_ar_process_symtab(ar, &n);
H A Delf_phnum.c28 #include <ar.h>
H A Delf_shnum.c28 #include <ar.h>
H A Delf_getident.c28 #include <ar.h>
H A Delf_next.c28 #include <ar.h>
H A Delf_shstrndx.c28 #include <ar.h>
H A Delf_memory.c28 #include <ar.h>
H A Delf_begin.c33 #include <ar.h>
100 if (a != NULL) { /* not allowed for ar(1) archives. */
123 if (a != NULL) { /* not allowed for ar(1) archives. */
131 * for an ar(1) archive.
H A Dlibelf_ar.c27 #include <ar.h>
39 * `ar' archive handling.
41 * `ar' archives start with signature `ARMAG'. Each archive member is
43 * header is described in <ar.h> (struct ar_hdr). The header always
47 * Special considerations for `ar' archives:
49 * The `ar' header only has space for a 16 character file name. File
55 * in an `ar' header matches the pattern "/[0-9]*". The digits form a
111 * ar(1) control characters in.
397 * An ar(1) symbol table has the following layout:
/gem5/util/m5/
H A DMakefile.thumb50 AR=$(CROSS_COMPILE)ar
H A DMakefile.arm49 AR=$(CROSS_COMPILE)ar
H A DMakefile.aarch6449 AR=$(CROSS_COMPILE)ar
/gem5/src/arch/mips/
H A Dpra_constants.hh224 Bitfield<12, 10> ar; member in namespace:MipsISA
H A Disa.cc196 cfg.ar = cp.CP0_Config_AR;
/gem5/src/arch/riscv/
H A Dpra_constants.hh224 Bitfield<12, 10> ar; member in namespace:RiscvISA
/gem5/src/arch/arm/
H A Dfaults.hh488 bool ar; member in class:ArmISA::DataAbort
494 isv(false), sas (0), sse(0), srt(0), sf(false), ar(false)
H A Dfaults.cc1383 val |= ar << 14;
1413 ar = val;

Completed in 32 milliseconds