Home
last modified time | relevance | path

Searched refs:Elf_Rel (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.h46 #define Elf_Rel Elf64_Rel macro
60 #define Elf_Rel Elf32_Rel macro
/f-stack/lib/
H A Dff_compat.c166 const Elf_Rel *rel; in elf_reloc_internal()
172 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/f-stack/freebsd/i386/i386/
H A Delf_machdep.c177 const Elf_Rel *rel; in elf_reloc_internal()
183 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/f-stack/freebsd/arm64/arm64/
H A Delf_machdep.c152 const Elf_Rel *rel; in elf_reloc_internal()
158 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/f-stack/freebsd/arm/arm/
H A Delf_machdep.c198 const Elf_Rel *rel; in elf_reloc_internal()
204 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/f-stack/freebsd/mips/mips/
H A Delf_machdep.c263 const Elf_Rel *rel = NULL; in elf_reloc_internal()
272 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/f-stack/freebsd/amd64/amd64/
H A Delf_machdep.c268 const Elf_Rel *rel; in elf_reloc_internal()
274 rel = (const Elf_Rel *)data; in elf_reloc_internal()
/f-stack/freebsd/kern/
H A Dlink_elf.c95 const Elf_Rel *pltrel; /* DT_JMPREL */
99 const Elf_Rel *rel; /* DT_REL */
590 ef->rel = (const Elf_Rel *) (ef->address + dp->d_un.d_ptr); in parse_dynamic()
596 if (dp->d_un.d_val != sizeof(Elf_Rel)) in parse_dynamic()
600 ef->pltrel = (const Elf_Rel *) (ef->address + dp->d_un.d_ptr); in parse_dynamic()
1434 const Elf_Rel *rel; in relocate_file1()
1831 const Elf_Rel *rellim; in link_elf_reloc_local()
1832 const Elf_Rel *rel; in link_elf_reloc_local()
1839 rellim = (const Elf_Rel *)((const char *)ef->rel + ef->relsize); in link_elf_reloc_local()
H A Dlink_elf_obj.c82 Elf_Rel *rel;
546 ef->reltab[rl].rel = (Elf_Rel *)shdr[i].sh_addr; in link_elf_link_preload()
547 ef->reltab[rl].nrel = shdr[i].sh_size / sizeof(Elf_Rel); in link_elf_link_preload()
1076 ef->reltab[rl].nrel = shdr[i].sh_size / sizeof(Elf_Rel); in link_elf_load_file()
1270 const Elf_Rel *rellim; in relocate_file()
1271 const Elf_Rel *rel; in relocate_file()
1650 const Elf_Rel *rellim; in link_elf_reloc_local()
1651 const Elf_Rel *rel; in link_elf_reloc_local()