HomeSort by relevance Sort by last modified time
    Searched refs:subelf (Results 1 - 9 of 9) sorted by null

  /external/elfutils/0.153/libdwfl/
open.c 168 Elf *subelf = elf_begin (-1, ELF_C_READ_MMAP_PRIVATE, elf); local
170 if (unlikely (subelf == NULL))
174 subelf->parent = NULL;
175 subelf->flags |= elf->flags & (ELF_F_MMAPPED | ELF_F_MALLOCED);
178 elf = subelf;
  /external/elfutils/0.153/src/
ar.c 521 Elf *subelf; local
522 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
524 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
528 index_off = elf_getaroff (subelf);
606 char *data = elf_rawfile (subelf, &nleft);
762 cmd = elf_next (subelf);
763 if (elf_end (subelf) != 0)
954 Elf *subelf; local
955 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
957 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
1157 Elf *subelf; local
    [all...]
objdump.c 319 Elf *subelf; local
335 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
338 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
344 if (elf_kind (subelf) == ELF_K_ELF)
345 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
347 else if (elf_kind (subelf) == ELF_K_AR)
348 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
359 cmd = elf_next (subelf);
360 if (elf_end (subelf) != 0)
size.c 387 Elf *subelf; local
389 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
392 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
394 if (elf_kind (subelf) == ELF_K_ELF)
395 handle_elf (subelf, new_prefix, arhdr->ar_name);
396 else if (likely (elf_kind (subelf) == ELF_K_AR))
397 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name);
401 cmd = elf_next (subelf);
402 if (unlikely (elf_end (subelf) != 0))
nm.c 443 Elf *subelf; local
474 || (subelf = elf_begin (fd, cmd, elf)) == NULL
475 || (arhdr = elf_getarhdr (subelf)) == NULL))
497 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
500 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
506 if (elf_kind (subelf) == ELF_K_ELF)
507 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
509 else if (elf_kind (subelf) == ELF_K_AR)
510 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
521 cmd = elf_next (subelf);
    [all...]
strip.c 2102 Elf *subelf; local
    [all...]
ld.c 1123 Elf *subelf; local
    [all...]
elflint.c 265 Elf *subelf; local
285 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)
287 kind = elf_kind (subelf);
292 Elf_Arhdr *arhdr = elf_getarhdr (subelf);
295 process_file (fd, subelf, new_prefix, new_suffix,
300 cmd = elf_next (subelf);
301 if (elf_end (subelf) != 0)
    [all...]
readelf.c 8477 Elf *subelf; local
    [all...]

Completed in 166 milliseconds