Searched refs:Elf32_Addr (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | elf32.h | 40 typedef uint32_t Elf32_Addr; typedef 62 Elf32_Addr e_entry; /* Entry point. */ 95 Elf32_Addr sh_addr; /* Address in memory image. */ 111 Elf32_Addr p_vaddr; /* Virtual address in memory image. */ 112 Elf32_Addr p_paddr; /* Physical address (not used). */ 127 Elf32_Addr d_ptr; /* Address value. */ 137 Elf32_Addr r_offset; /* Location to be relocated. */ 143 Elf32_Addr r_offset; /* Location to be relocated. */ 189 Elf32_Addr c_ptr; 199 Elf32_Addr st_value; /* Symbol value. */
|
| /f-stack/lib/ |
| H A D | ff_compat.c | 162 Elf32_Addr *where32, val32; in elf_reloc_internal() 180 addend = *(Elf32_Addr *)where; in elf_reloc_internal() 213 where32 = (Elf32_Addr *)where; in elf_reloc_internal() 214 val32 = (Elf32_Addr)(addr + addend - (Elf_Addr)where); in elf_reloc_internal() 223 val32 = (Elf32_Addr)(addr + addend); in elf_reloc_internal() 224 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | elf_machdep.c | 173 Elf32_Addr *where_hi16; 182 mips_tmp_reloc_add(Elf_Addr ahl, Elf32_Addr *where_hi16) in mips_tmp_reloc_add() 258 Elf32_Addr *where = (Elf32_Addr *)NULL; in elf_reloc_internal() 273 where = (Elf32_Addr *) (relocbase + rel->r_offset); in elf_reloc_internal() 288 where = (Elf32_Addr *) (relocbase + rela->r_offset); in elf_reloc_internal() 307 *where = (Elf32_Addr)addr; in elf_reloc_internal()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | elf_machdep.c | 128 reloc_instr_imm(Elf32_Addr *where, Elf_Addr val, u_int msb, u_int lsb) in reloc_instr_imm() 136 *where |= (Elf32_Addr)val; in reloc_instr_imm() 197 error = reloc_instr_imm((Elf32_Addr *)where, in elf_reloc_internal() 204 error = reloc_instr_imm((Elf32_Addr *)where, in elf_reloc_internal() 212 error = reloc_instr_imm((Elf32_Addr *)where, in elf_reloc_internal()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | elf_machdep.c | 264 Elf32_Addr *where32, val32; in elf_reloc_internal() 283 addend = *(Elf32_Addr *)where; in elf_reloc_internal() 325 where32 = (Elf32_Addr *)where; in elf_reloc_internal() 326 val32 = (Elf32_Addr)(addr + addend - (Elf_Addr)where); in elf_reloc_internal() 335 val32 = (Elf32_Addr)(addr + addend); in elf_reloc_internal() 336 where32 = (Elf32_Addr *)where; in elf_reloc_internal()
|
| /f-stack/dpdk/buildtools/pmdinfogen/ |
| H A D | pmdinfogen.h | 54 #define Elf_Addr Elf32_Addr
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysvec.c | 195 Elf32_Addr *uplatform; in linux_copyout_auxargs() 202 uplatform = (Elf32_Addr *)((caddr_t)arginfo - linux_szplatform); in linux_copyout_auxargs() 956 p += roundup2(note->n_namesz, sizeof(Elf32_Addr)); in linux_trans_osrel()
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysvec.c | 250 Elf32_Addr *base; in linux_fixup_elf() 252 base = (Elf32_Addr *)*stack_base; in linux_fixup_elf() 979 p += roundup2(note->n_namesz, sizeof(Elf32_Addr)); in linux32_trans_osrel()
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_sysvec.c | 480 p += roundup2(note->n_namesz, sizeof(Elf32_Addr)); in linux_trans_osrel()
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysvec.c | 836 p += roundup2(note->n_namesz, sizeof(Elf32_Addr)); in linux_trans_osrel()
|
| /f-stack/freebsd/kern/ |
| H A D | imgact_elf.c | 2663 if (!aligned(note, Elf32_Addr) || (const char *)note_end - in __elfN()
|