Home
last modified time | relevance | path

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

/scripts/
Drecordmcount.c408 static uint32_t (*w2)(uint16_t); variable
492 w2 = w2nat; in do_file()
504 w2 = w2rev; in do_file()
517 w2 = w2rev; in do_file()
528 w2(ehdr->e_type) != ET_REL || in do_file()
535 switch (w2(ehdr->e_machine)) { in do_file()
538 w2(ehdr->e_machine), fname); in do_file()
586 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
587 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
592 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
[all …]
Dsorttable.c61 static void (*w2)(uint16_t, uint16_t *); variable
309 w2 = w2le; in do_file()
317 w2 = w2be; in do_file()
Drecordmcount.h195 unsigned short shndx = w2(sym->st_shndx); in get_symindex()
216 return w2(ehdr->e_shnum); in get_shnum()
225 ehdr->e_shnum = w2(new_shnum); in set_shnum()
231 return w2(ehdr->e_shstrndx); in get_shstrndx()
538 if (w2(ehdr->e_machine) == EM_ARM in find_secsym_ndx()