HomeSort by relevance Sort by last modified time
    Searched full:handle_elf (Results 1 - 7 of 7) sorted by null

  /external/elfutils/tests/
run-allfcts.sh 37 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:313:handle_elf
run-strings-test.sh 352 testfile8: 7c9b handle_elf
421 testfile9: 34f5 handle_elf
  /external/elfutils/src/
objdump.c 98 static int handle_elf (Elf *elf, const char *prefix, const char *fname,
263 int result = handle_elf (elf, more_than_one ? "" : NULL,
333 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
762 handle_elf (Elf *elf, const char *prefix, const char *fname, function
size.c 102 static void handle_elf (Elf *elf, const char *fullname, const char *fname);
299 handle_elf (elf, NULL, fname);
383 handle_elf (subelf, new_prefix, arhdr->ar_name);
643 handle_elf (Elf *elf, const char *prefix, const char *fname) function
ChangeLog 53 (handle_elf): Likewise.
122 * strip.c (handle_elf): Replace ftruncate64 with ftruncate.
135 * strip.c (handle_elf): Only sanity check section symbols to not
165 * strip.c (handle_elf): Don't move around allocated NOBITS sections.
332 (handle_elf): Use debug_fd and tmp_debug_fname statics and call
341 * strip.c (handle_elf): Likewise.
362 (handle_elf, handle_ar): Replace struct timeval with struct timespec
633 * strip.c (handle_elf): Likewise.
856 * strip.c (handle_elf): Check for bogus values in sh_link, sh_info,
    [all...]
nm.c 135 static int handle_elf (int fd, Elf *elf, const char *prefix, const char *fname,
388 int result = handle_elf (fd, elf, more_than_one ? "" : NULL,
497 result |= handle_elf (fd, subelf, new_prefix, arhdr->ar_name,
1508 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, function
    [all...]
strip.c 111 static int handle_elf (int fd, Elf *elf, const char *prefix,
363 result = handle_elf (fd, elf, NULL, fname, st.st_mode & ACCESSPERMS,
409 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname, function
    [all...]

Completed in 243 milliseconds