Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.h38 #undef Elf_Rel
72 # define Elf_Rel Elf64_Rel macro
105 # define Elf_Rel Elf32_Rel macro
123 static int fn_is_fake_mcount(Elf_Rel const *rp) in fn_is_fake_mcount()
127 static int (*is_fake_mcount)(Elf_Rel const *rp) = fn_is_fake_mcount;
129 static uint_t fn_ELF_R_SYM(Elf_Rel const *rp) in fn_ELF_R_SYM()
133 static uint_t (*Elf_r_sym)(Elf_Rel const *rp) = fn_ELF_R_SYM;
135 static void fn_ELF_R_INFO(Elf_Rel *const rp, unsigned sym, unsigned type) in fn_ELF_R_INFO()
139 static void (*Elf_r_info)(Elf_Rel *const rp, unsigned sym, unsigned type) = fn_ELF_R_INFO;
164 static int MIPS_is_fake_mcount(Elf_Rel const *rp) in MIPS_is_fake_mcount()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.h25 #define Elf_Rel Elf32_Rel macro
40 #define Elf_Rel Elf64_Rel macro
H A Dmodpost.c1593 Elf_Rel *rel; in section_rel()
1598 Elf_Rel *start = (void *)elf->hdr + sechdr->sh_offset; in section_rel()
1599 Elf_Rel *stop = (void *)start + sechdr->sh_size; in section_rel()