Home
last modified time | relevance | path

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

/scripts/
Drecordmcount.c240 static uint32_t (*w2)(uint16_t); variable
301 w2 = w2nat; in do_file()
314 w2 = w2rev; in do_file()
322 w2 = w2rev; in do_file()
328 || w2(ehdr->e_type) != ET_REL in do_file()
335 switch (w2(ehdr->e_machine)) { in do_file()
338 w2(ehdr->e_machine), fname); in do_file()
378 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
379 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
384 if (w2(ehdr->e_machine) == EM_S390) { in do_file()
[all …]
Drecordmcount.h192 unsigned const old_shnum = w2(ehdr->e_shnum); in append_func()
249 ehdr->e_shnum = w2(2 + w2(ehdr->e_shnum)); /* {.rel,}__mcount_loc */ in append_func()
432 if (txtndx == w2(symp->st_shndx) in find_secsym_ndx()
436 if (w2(ehdr->e_machine) == EM_ARM in find_secsym_ndx()
507 unsigned const nhdr = w2(ehdr->e_shnum); in do_func()
508 Elf_Shdr *const shstr = &shdr0[w2(ehdr->e_shstrndx)]; in do_func()
Dsortextable.c159 static void (*w2)(uint16_t, uint16_t *); variable
224 w2 = w2le; in do_file()
232 w2 = w2be; in do_file()