Home
last modified time | relevance | path

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

/scripts/
Drecordmcount.c402 static uint32_t (*w2)(uint16_t); variable
483 w2 = w2nat; in do_file()
495 w2 = w2rev; in do_file()
508 w2 = w2rev; in do_file()
519 w2(ehdr->e_type) != ET_REL || in do_file()
526 switch (w2(ehdr->e_machine)) { in do_file()
529 w2(ehdr->e_machine), fname); in do_file()
576 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
577 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
582 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
[all …]
Drecordmcount.h191 unsigned const old_shnum = w2(ehdr->e_shnum); in append_func()
258 ehdr->e_shnum = w2(2 + w2(ehdr->e_shnum)); /* {.rel,}__mcount_loc */ in append_func()
448 if (txtndx == w2(symp->st_shndx) in find_secsym_ndx()
452 if (w2(ehdr->e_machine) == EM_ARM in find_secsym_ndx()
526 unsigned const nhdr = w2(ehdr->e_shnum); in do_func()
527 Elf_Shdr *const shstr = &shdr0[w2(ehdr->e_shstrndx)]; in do_func()
Dsortextable.c167 static void (*w2)(uint16_t, uint16_t *); variable
285 w2 = w2le; in do_file()
293 w2 = w2be; in do_file()