Searched refs:check_section_size (Results 1 – 1 of 1) sorted by relevance
/external/elfutils/tests/ |
D | newdata.c | 170 check_section_size (Elf *elf, size_t size) in check_section_size() function 254 check_section_size (elf, DATA_LEN); in check_elf() 259 check_section_size (elf, 2 * DATA_LEN); in check_elf() 279 check_section_size (elf, DATA_LEN); in check_elf() 284 check_section_size (elf, 2 * DATA_LEN); in check_elf() 289 check_section_size (elf, 3 * DATA_LEN); in check_elf() 309 check_section_size (elf, DATA_LEN); in check_elf() 336 check_section_size (elf, 2 * DATA_LEN); in check_elf() 341 check_section_size (elf, 3 * DATA_LEN); in check_elf() 361 check_section_size (elf, DATA_LEN); in check_elf() [all …]
|